Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25736
b: refs/heads/master
c: 016534c
h: refs/heads/master
v: v3
  • Loading branch information
Petko Manolov authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent a5cf96b commit c0e4910
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: 999a6a6a2a24cf2e9fafc9b47ee263835f59b4a1
refs/heads/master: 016534cffc5847e2a75b25d10f8c52edec6c8cb7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/net/pegasus.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static int set_register(pegasus_t * pegasus, __u16 indx, __u8 data)
usb_fill_control_urb(pegasus->ctrl_urb, pegasus->usb,
usb_sndctrlpipe(pegasus->usb, 0),
(char *) &pegasus->dr,
&tmp, 1, ctrl_callback, pegasus);
tmp, 1, ctrl_callback, pegasus);

add_wait_queue(&pegasus->ctrl_wait, &wait);
set_current_state(TASK_UNINTERRUPTIBLE);
Expand Down

0 comments on commit c0e4910

Please sign in to comment.