Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26594
b: refs/heads/master
c: 64b1c2b
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Valerio Riedel authored and Stephen Hemminger committed May 10, 2006
1 parent be685a2 commit 6c0c573
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f4ea431bb7c4856b930eafca6eb1fb474dae9b40
refs/heads/master: 64b1c2b42b555ef38c475d104f2faf3f6f93690d
4 changes: 3 additions & 1 deletion trunk/drivers/net/phy/mdio_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ int mdiobus_register(struct mii_bus *bus)
for (i = 0; i < PHY_MAX_ADDR; i++) {
struct phy_device *phydev;

if (bus->phy_mask & (1 << i))
if (bus->phy_mask & (1 << i)) {
bus->phy_map[i] = NULL;
continue;
}

phydev = get_phy_device(bus, i);

Expand Down

0 comments on commit 6c0c573

Please sign in to comment.