Commit 4649dd3a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: aten2011: delete the Dump_serial_port function

It's useless, drop it.

Cc: Russell Lang <gsview@ghostgum.com.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 12cbe0b3
...@@ -229,9 +229,6 @@ static int debug = 0; ...@@ -229,9 +229,6 @@ static int debug = 0;
/* FIXME make this somehow dynamic and not build time specific */ /* FIXME make this somehow dynamic and not build time specific */
static int RS485mode = 0; static int RS485mode = 0;
static void ATEN2011_Dump_serial_port(struct ATENINTL_port *ATEN2011_port);
static inline void ATEN2011_set_serial_private(struct usb_serial *serial, static inline void ATEN2011_set_serial_private(struct usb_serial *serial,
struct ATENINTL_serial *data) struct ATENINTL_serial *data)
{ {
...@@ -343,17 +340,6 @@ static int get_uart_reg(struct usb_serial_port *port, __u16 reg, __u16 *val) ...@@ -343,17 +340,6 @@ static int get_uart_reg(struct usb_serial_port *port, __u16 reg, __u16 *val)
return ret; return ret;
} }
static void ATEN2011_Dump_serial_port(struct ATENINTL_port *ATEN2011_port)
{
DPRINTK("***************************************\n");
DPRINTK("SpRegOffset is %2x\n", ATEN2011_port->SpRegOffset);
DPRINTK("ControlRegOffset is %2x \n", ATEN2011_port->ControlRegOffset);
DPRINTK("DCRRegOffset is %2x \n", ATEN2011_port->DcrRegOffset);
DPRINTK("***************************************\n");
}
static int handle_newMsr(struct ATENINTL_port *port, __u8 newMsr) static int handle_newMsr(struct ATENINTL_port *port, __u8 newMsr)
{ {
struct ATENINTL_port *ATEN2011_port; struct ATENINTL_port *ATEN2011_port;
...@@ -2405,7 +2391,6 @@ static int ATEN2011_startup(struct usb_serial *serial) ...@@ -2405,7 +2391,6 @@ static int ATEN2011_startup(struct usb_serial *serial)
ATEN2011_port->ControlRegOffset = 0xd; ATEN2011_port->ControlRegOffset = 0xd;
ATEN2011_port->DcrRegOffset = 0x1c; ATEN2011_port->DcrRegOffset = 0x1c;
} }
ATEN2011_Dump_serial_port(ATEN2011_port);
ATEN2011_set_port_private(serial->port[i], ATEN2011_port); ATEN2011_set_port_private(serial->port[i], ATEN2011_port);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment