Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45313
b: refs/heads/master
c: 8c15271
h: refs/heads/master
i:
  45311: 843a8d0
v: v3
  • Loading branch information
Miguel Angel Alvarez authored and Greg Kroah-Hartman committed Jan 5, 2007
1 parent 2a126d6 commit 4b09f6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25c77b329467d563ec1fa5c3efab0b13996ce810
refs/heads/master: 8c1527132c25512563b197b35453c7da22b4d699
3 changes: 3 additions & 0 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,9 @@ static int option_send_setup(struct usb_serial_port *port)

dbg("%s", __FUNCTION__);

if (port->number != 0)
return 0;

portdata = usb_get_serial_port_data(port);

if (port->tty) {
Expand Down

0 comments on commit 4b09f6b

Please sign in to comment.