Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203763
b: refs/heads/master
c: 66cc42a
h: refs/heads/master
i:
  203761: c078dfd
  203759: 003284c
v: v3
  • Loading branch information
Kulikov Vasiliy authored and David S. Miller committed Jul 27, 2010
1 parent f3af295 commit 88c0249
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: db5824dd3d632acd79094b81e07288ba05ae2cc1
refs/heads/master: 66cc42a4bc23a5f621407d1c23b9fe29d41c92c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/usb/usbnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static void usbnet_terminate_urbs(struct usbnet *dev)
while (!skb_queue_empty(&dev->rxq)
&& !skb_queue_empty(&dev->txq)
&& !skb_queue_empty(&dev->done)) {
schedule_timeout(UNLINK_TIMEOUT_MS);
schedule_timeout(msecs_to_jiffies(UNLINK_TIMEOUT_MS));
set_current_state(TASK_UNINTERRUPTIBLE);
netif_dbg(dev, ifdown, dev->net,
"waited for %d urb completions\n", temp);
Expand Down

0 comments on commit 88c0249

Please sign in to comment.