Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291557
b: refs/heads/master
c: 1aa9bc5
h: refs/heads/master
i:
  291555: 0aa040f
v: v3
  • Loading branch information
Alexey Orishko authored and David S. Miller committed Mar 17, 2012
1 parent 576b812 commit 08a1878
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: 6a228452d11eaf1f1577261540ec0903a2af7f61
refs/heads/master: 1aa9bc5b2f4cf8c48944fb9a607bf1dd674e2c10
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ int usbnet_resume (struct usb_interface *intf)

if (test_bit(EVENT_DEV_OPEN, &dev->flags)) {
if (!(dev->txq.qlen >= TX_QLEN(dev)))
netif_start_queue(dev->net);
netif_tx_wake_all_queues(dev->net);
tasklet_schedule (&dev->bh);
}
}
Expand Down

0 comments on commit 08a1878

Please sign in to comment.