Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97341
b: refs/heads/master
c: 5bceeda
h: refs/heads/master
i:
  97339: 21f8326
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed May 22, 2008
1 parent 9d68b5c commit 6c53349
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: d494eacde8858f9b53f5c640692caf14eb3c8239
refs/heads/master: 5bceeda3253d9ea6a38e2e918362a2610677f9c0
2 changes: 1 addition & 1 deletion trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ dm9000_stop(struct net_device *ndev)
if (netif_msg_ifdown(db))
dev_dbg(db->dev, "shutting down %s\n", ndev->name);

cancel_delayed_work(&db->phy_poll);
cancel_delayed_work_sync(&db->phy_poll);

netif_stop_queue(ndev);
netif_carrier_off(ndev);
Expand Down

0 comments on commit 6c53349

Please sign in to comment.