Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119083
b: refs/heads/master
c: 3e44017
h: refs/heads/master
i:
  119081: 35ae194
  119079: dff85d1
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Nov 14, 2008
1 parent 732ba2e commit fb56eb0
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: 3b259e365998291a02488225e32b9f2b73723b3e
refs/heads/master: 3e44017b589f001941723dfdfede2ca6284dddce
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/mdio_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void mdiobus_unregister(struct mii_bus *bus)
BUG_ON(bus->state != MDIOBUS_REGISTERED);
bus->state = MDIOBUS_UNREGISTERED;

device_unregister(&bus->dev);
device_del(&bus->dev);
for (i = 0; i < PHY_MAX_ADDR; i++) {
if (bus->phy_map[i])
device_unregister(&bus->phy_map[i]->dev);
Expand Down

0 comments on commit fb56eb0

Please sign in to comment.