Skip to content

Commit

Permalink
Staging: aten2011: delete the Dump_serial_port function
Browse files Browse the repository at this point in the history
It's useless, drop it.

Cc: Russell Lang <gsview@ghostgum.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 12cbe0b commit 4649dd3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions drivers/staging/uc2322/aten2011.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ static int debug = 0;
/* FIXME make this somehow dynamic and not build time specific */
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,
struct ATENINTL_serial *data)
{
Expand Down Expand Up @@ -343,17 +340,6 @@ static int get_uart_reg(struct usb_serial_port *port, __u16 reg, __u16 *val)
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)
{
struct ATENINTL_port *ATEN2011_port;
Expand Down Expand Up @@ -2405,7 +2391,6 @@ static int ATEN2011_startup(struct usb_serial *serial)
ATEN2011_port->ControlRegOffset = 0xd;
ATEN2011_port->DcrRegOffset = 0x1c;
}
ATEN2011_Dump_serial_port(ATEN2011_port);

ATEN2011_set_port_private(serial->port[i], ATEN2011_port);

Expand Down

0 comments on commit 4649dd3

Please sign in to comment.