Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284301
b: refs/heads/master
c: 3e61750
h: refs/heads/master
i:
  284299: acf5d35
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 11, 2012
1 parent 1ac7828 commit 419a16e
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: 0869b3a456d62070fb1f7e3519fd53934b52530c
refs/heads/master: 3e617506c17df5cba55d7c615ec7cfbc812ec5fa
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/broadcom/bcm63xx_enet.c
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ static int __devinit bcm_enet_probe(struct platform_device *pdev)
bus->priv = priv;
bus->read = bcm_enet_mdio_read_phylib;
bus->write = bcm_enet_mdio_write_phylib;
sprintf(bus->id, "%d", priv->mac_id);
sprintf(bus->id, "%s-%d", pdev->name, priv->mac_id);

/* only probe bus where we think the PHY is, because
* the mdio read operation return 0 instead of 0xffff
Expand Down

0 comments on commit 419a16e

Please sign in to comment.