Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294683
b: refs/heads/master
c: 8a78335
h: refs/heads/master
i:
  294681: a50df73
  294679: 64bddcc
v: v3
  • Loading branch information
Oliver Neukum authored and David S. Miller committed Mar 23, 2012
1 parent 035bdd3 commit c26ace8
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: eaddcd76903c28e84bb452a35835babb0800a2c4
refs/heads/master: 8a78335442cea429afb2b964318b6e257448ea00
1 change: 1 addition & 0 deletions trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ static void rx_complete (struct urb *urb)
if (netif_running (dev->net) &&
!test_bit (EVENT_RX_HALT, &dev->flags)) {
rx_submit (dev, urb, GFP_ATOMIC);
usb_mark_last_busy(dev->udev);
return;
}
usb_free_urb (urb);
Expand Down

0 comments on commit c26ace8

Please sign in to comment.