Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26552
b: refs/heads/master
c: 0eb1bd2
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed May 7, 2006
1 parent fc67830 commit 008c1e4
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: 0182bd2b1e2fb45a55f110795bfdb9aa5f6c6b0b
refs/heads/master: 0eb1bd210d94e9f2c87551d794bb2755e5e24eed
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/irda-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ static int irda_usb_probe(struct usb_interface *intf,

if (self->needspatch) {
ret = usb_control_msg (self->usbdev, usb_sndctrlpipe (self->usbdev, 0),
0x02, 0x40, 0, 0, 0, 0, msecs_to_jiffies(500));
0x02, 0x40, 0, 0, NULL, 0, 500);
if (ret < 0) {
IRDA_DEBUG (0, "usb_control_msg failed %d\n", ret);
goto err_out_3;
Expand Down

0 comments on commit 008c1e4

Please sign in to comment.