Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316867
b: refs/heads/master
c: 996a776
h: refs/heads/master
i:
  316865: ea57c5c
  316863: 69117d9
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Jun 20, 2012
1 parent d07a3c1 commit 420265b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: fec1868e23099023bc545e199b78d99840b1abc9
refs/heads/master: 996a776544cc8a71653ffa95a89c317f33d2cb4a
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,15 +1036,12 @@ static int keyspan_write_room(struct tty_struct *tty)
static int keyspan_open(struct tty_struct *tty, struct usb_serial_port *port)
{
struct keyspan_port_private *p_priv;
struct keyspan_serial_private *s_priv;
struct usb_serial *serial = port->serial;
const struct keyspan_device_details *d_details;
int i, err;
int baud_rate, device_port;
struct urb *urb;
unsigned int cflag = 0;

s_priv = usb_get_serial_data(serial);
p_priv = usb_get_serial_port_data(port);
d_details = p_priv->device_details;

Expand Down Expand Up @@ -1130,10 +1127,8 @@ static void keyspan_close(struct usb_serial_port *port)
{
int i;
struct usb_serial *serial = port->serial;
struct keyspan_serial_private *s_priv;
struct keyspan_port_private *p_priv;

s_priv = usb_get_serial_data(serial);
p_priv = usb_get_serial_port_data(port);

p_priv->rts_state = 0;
Expand Down

0 comments on commit 420265b

Please sign in to comment.