Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195358
b: refs/heads/master
c: 40f92f0
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 7a317bb commit cc15b29
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: 80fa92c1335a3c7f85a3e0d3dbffd79984fdccc0
refs/heads/master: 40f92f0dcd9b215c48c53a226328e8e36615e367
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int usb_serial_multi_urb_write(struct tty_struct *tty,
usb_sndbulkpipe(port->serial->dev,
port->bulk_out_endpointAddress),
buffer, towrite,
usb_serial_generic_write_bulk_callback, port);
port->serial->type->write_bulk_callback, port);

status = usb_submit_urb(urb, GFP_ATOMIC);
if (status) {
Expand Down

0 comments on commit cc15b29

Please sign in to comment.