Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122745
b: refs/heads/master
c: f162e97
h: refs/heads/master
i:
  122743: 4bfbf85
v: v3
  • Loading branch information
Andy Fleming authored and David S. Miller committed Dec 16, 2008
1 parent 5454ca6 commit 5138a85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 5a5efed4817ef931f648b118aeb9222e53122d2b
refs/heads/master: f162e97d778ec29492be8eb9bbecb65be976b7c8
17 changes: 0 additions & 17 deletions trunk/drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,23 +517,6 @@ int genphy_setup_forced(struct phy_device *phydev)

err = phy_write(phydev, MII_BMCR, ctl);

if (err < 0)
return err;

/*
* Run the fixups on this PHY, just in case the
* board code needs to change something after a reset
*/
err = phy_scan_fixups(phydev);

if (err < 0)
return err;

/* We just reset the device, so we'd better configure any
* settings the PHY requires to operate */
if (phydev->drv->config_init)
err = phydev->drv->config_init(phydev);

return err;
}

Expand Down

0 comments on commit 5138a85

Please sign in to comment.