Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284304
b: refs/heads/master
c: d6c25be
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 11, 2012
1 parent 1805262 commit 067c327
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a77e929a24ccf5a8545266a0c247e5ae862f13ba
refs/heads/master: d6c25beba35a76c002bff9235484d75a6f8e7e6b
3 changes: 2 additions & 1 deletion trunk/drivers/net/phy/mdio-octeon.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ static int __devinit octeon_mdiobus_probe(struct platform_device *pdev)
bus->mii_bus->priv = bus;
bus->mii_bus->irq = bus->phy_irq;
bus->mii_bus->name = "mdio-octeon";
snprintf(bus->mii_bus->id, MII_BUS_ID_SIZE, "%x", bus->unit);
snprintf(bus->mii_bus->id, MII_BUS_ID_SIZE, "%s-%x",
bus->mii_bus->name, bus->unit);
bus->mii_bus->parent = &pdev->dev;

bus->mii_bus->read = octeon_mdiobus_read;
Expand Down

0 comments on commit 067c327

Please sign in to comment.