Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9899
b: refs/heads/master
c: 7a3ca7d
h: refs/heads/master
i:
  9897: 1e7f899
  9895: adc0c52
v: v3
  • Loading branch information
Randall Nortman authored and Linus Torvalds committed Oct 15, 2005
1 parent bc57379 commit c5af920
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: f8cc5756dee3c2a4c56a7f089291f5ae0232747f
refs/heads/master: 7a3ca7d2b5ec31b2cfa594b961d77e68075e33c7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ int usb_serial_generic_write_room (struct usb_serial_port *port)
dbg("%s - port %d", __FUNCTION__, port->number);

if (serial->num_bulk_out) {
if (port->write_urb_busy)
if (!(port->write_urb_busy))
room = port->bulk_out_size;
}

Expand Down

0 comments on commit c5af920

Please sign in to comment.