Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104918
b: refs/heads/master
c: 9cf8fa4
h: refs/heads/master
v: v3
  • Loading branch information
Wang Jian authored and Jeff Garzik committed Jul 22, 2008
1 parent ae07bf0 commit c9c5bcf
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: c0e5a8c21bb9bb222917c36eba503ae88af52c34
refs/heads/master: 9cf8fa4334e60f27b4a392f432c292f3af268215
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/marvell.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static int m88e1111_config_init(struct phy_device *phydev)

/* Enable Fiber/Copper auto selection */
temp = phy_read(phydev, MII_M1111_PHY_EXT_SR);
temp |= MII_M1111_HWCFG_FIBER_COPPER_AUTO;
temp &= ~MII_M1111_HWCFG_FIBER_COPPER_AUTO;
phy_write(phydev, MII_M1111_PHY_EXT_SR, temp);

temp = phy_read(phydev, MII_BMCR);
Expand Down

0 comments on commit c9c5bcf

Please sign in to comment.