Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88295
b: refs/heads/master
c: 84b7901
h: refs/heads/master
i:
  88293: 244e472
  88291: b64b42c
  88287: 836461a
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jeff Garzik committed Apr 12, 2008
1 parent 1522341 commit 490e4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3d137fdd16b26be31a653f83d6ce4d3a1ed8701e
refs/heads/master: 84b7901f8d5a17536ef2df7fd628ab865df8fe3a
2 changes: 2 additions & 0 deletions trunk/drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,8 @@ static int __exit macb_remove(struct platform_device *pdev)

if (dev) {
bp = netdev_priv(dev);
if (bp->phy_dev)
phy_disconnect(bp->phy_dev);
mdiobus_unregister(&bp->mii_bus);
kfree(bp->mii_bus.irq);
unregister_netdev(dev);
Expand Down

0 comments on commit 490e4ac

Please sign in to comment.