Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141335
b: refs/heads/master
c: 4649dd3
h: refs/heads/master
i:
  141333: 3257fc2
  141331: 47b4961
  141327: 62d1b0a
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 666efaa commit c549f6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12cbe0b3384b281a2e0fb03638a342d9c128629f
refs/heads/master: 4649dd3a8f3ad333fcd7166609773163d4478283
15 changes: 0 additions & 15 deletions trunk/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 c549f6c

Please sign in to comment.