Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171626
b: refs/heads/master
c: a974a67
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 9fe08e5 commit 1852fb3
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: 91dcbf36f77c3d563e844fe0ed52ae896654ca7c
refs/heads/master: a974a679d252ed9629061b2a29dc639f4557ca70
2 changes: 1 addition & 1 deletion trunk/drivers/net/smsc9420.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ static int smsc9420_mii_probe(struct net_device *dev)
phydev->phy_id);

phydev = phy_connect(dev, dev_name(&phydev->dev),
&smsc9420_phy_adjust_link, 0, PHY_INTERFACE_MODE_MII);
smsc9420_phy_adjust_link, 0, PHY_INTERFACE_MODE_MII);

if (IS_ERR(phydev)) {
pr_err("%s: Could not attach to PHY\n", dev->name);
Expand Down

0 comments on commit 1852fb3

Please sign in to comment.