Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284300
b: refs/heads/master
c: 0869b3a
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 11, 2012
1 parent acf5d35 commit 1ac7828
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: 5a05a8200a4359ef2bfe9094c137dee35cfdd516
refs/heads/master: 0869b3a456d62070fb1f7e3519fd53934b52530c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/xscale/ixp4xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ static int ixp4xx_mdio_register(void)
mdio_bus->name = "IXP4xx MII Bus";
mdio_bus->read = &ixp4xx_mdio_read;
mdio_bus->write = &ixp4xx_mdio_write;
strcpy(mdio_bus->id, "0");
snprintf(mdio_bus->id, MII_BUS_ID_SIZE, "ixp4xx-eth-0");

if ((err = mdiobus_register(mdio_bus)))
mdiobus_free(mdio_bus);
Expand Down

0 comments on commit 1ac7828

Please sign in to comment.