Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303601
b: refs/heads/master
c: c5b4ee6
h: refs/heads/master
i:
  303599: abc2c73
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 25, 2012
1 parent 4c981dc commit ccdc54a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: bdce6612a0562e64acec92bbf6dce567609f5867
refs/heads/master: c5b4ee64ae4adc14ba803f5efebf212e06d022c1
1 change: 0 additions & 1 deletion trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ static void generic_cleanup(struct usb_serial_port *port)
if (serial->dev) {
/* shutdown any bulk transfers that might be going on */
if (port->bulk_out_size) {
usb_kill_urb(port->write_urb);
for (i = 0; i < ARRAY_SIZE(port->write_urbs); ++i)
usb_kill_urb(port->write_urbs[i]);

Expand Down

0 comments on commit ccdc54a

Please sign in to comment.