Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41327
b: refs/heads/master
c: 10c8211
h: refs/heads/master
i:
  41325: f33cf62
  41323: daee885
  41319: ad9438d
  41311: 3d76698
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 7c5cad1 commit e7d04e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9aa742ef7c1a7ff8e6df92a93ce3688e99fa66e3
refs/heads/master: 10c8211c634f759633ffcdc3b0e2913963b32abc
1 change: 1 addition & 0 deletions trunk/drivers/usb/net/pegasus.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ static int get_registers(pegasus_t * pegasus, __u16 indx, __u16 size,

/* using ATOMIC, we'd never wake up if we slept */
if ((ret = usb_submit_urb(pegasus->ctrl_urb, GFP_ATOMIC))) {
set_current_state(TASK_RUNNING);
if (ret == -ENODEV)
netif_device_detach(pegasus->net);
if (netif_msg_drv(pegasus))
Expand Down

0 comments on commit e7d04e7

Please sign in to comment.