Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288345
b: refs/heads/master
c: e5c7d1f
h: refs/heads/master
i:
  288343: 37b6b7c
v: v3
  • Loading branch information
Baruch Siach authored and Rob Herring committed Feb 27, 2012
1 parent 7d45425 commit 5d38f76
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: d022bbc712eb1fc53fbbec27a9f0ae07f55f9b65
refs/heads/master: e5c7d1f669806289e121b9ac3535e8f6de594b8e
2 changes: 1 addition & 1 deletion trunk/drivers/of/of_mdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ struct phy_device *of_phy_connect_fixed_link(struct net_device *dev,
if (!phy_id || sz < sizeof(*phy_id))
return NULL;

sprintf(bus_id, PHY_ID_FMT, "0", be32_to_cpu(phy_id[0]));
sprintf(bus_id, PHY_ID_FMT, "fixed-0", be32_to_cpu(phy_id[0]));

phy = phy_connect(dev, bus_id, hndlr, 0, iface);
return IS_ERR(phy) ? NULL : phy;
Expand Down

0 comments on commit 5d38f76

Please sign in to comment.