Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277893
b: refs/heads/master
c: d6f1448
h: refs/heads/master
i:
  277891: 6d9853a
v: v3
  • Loading branch information
Wolfgang Grandegger authored and David S. Miller committed Nov 17, 2011
1 parent b21f97f commit 4e0f93b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e11c259f745889b55bc5596ca78271f2f5cf08d2
refs/heads/master: d6f144830bdfa5fcf116e9ab8fc6a60d23fa623d
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/ibm/emac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,9 @@ static int __devexit emac_remove(struct platform_device *ofdev)
if (emac_has_feature(dev, EMAC_FTR_HAS_ZMII))
zmii_detach(dev->zmii_dev, dev->zmii_port);

busy_phy_map &= ~(1 << dev->phy.address);
DBG(dev, "busy_phy_map now %#x" NL, busy_phy_map);

mal_unregister_commac(dev->mal, &dev->commac);
emac_put_deps(dev);

Expand Down

0 comments on commit 4e0f93b

Please sign in to comment.