Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209887
b: refs/heads/master
c: 85dee13
h: refs/heads/master
i:
  209885: 0a24f8d
  209883: 2ce6bae
  209879: 8a88a8e
  209871: a76c370
  209855: 3a90429
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent d350497 commit 55a9af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5c7efeb76e7dc5145b467657fa049f3c1bd9cf58
refs/heads/master: 85dee135b84f1c7cad252fa4a619ea692077a7fc
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/ssu100.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ static void ssu100_process_read_urb(struct urb *urb)
tty_kref_put(tty);
}


static struct usb_serial_driver ssu100_device = {
.driver = {
.owner = THIS_MODULE,
Expand All @@ -709,6 +708,7 @@ static struct usb_serial_driver ssu100_device = {
.tiocmset = ssu100_tiocmset,
.ioctl = ssu100_ioctl,
.set_termios = ssu100_set_termios,
.disconnect = usb_serial_generic_disconnect,
};

static int __init ssu100_init(void)
Expand Down

0 comments on commit 55a9af8

Please sign in to comment.