Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179086
b: refs/heads/master
c: 7ec4e7d
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Jan 4, 2010
1 parent 78c8c4e commit da4030c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 890c8c18986eb975a76aa8359a712596bc70e61c
refs/heads/master: 7ec4e7d3cfee9d7846dbd02ad442c40cb58512e8
4 changes: 2 additions & 2 deletions trunk/drivers/net/phy/broadcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ static void bcm54xx_adjust_rxrefclk(struct phy_device *phydev)
bool clk125en = true;

/* Abort if we are using an untested phy. */
if (BRCM_PHY_MODEL(phydev) != PHY_ID_BCM57780 ||
BRCM_PHY_MODEL(phydev) != PHY_ID_BCM50610 ||
if (BRCM_PHY_MODEL(phydev) != PHY_ID_BCM57780 &&
BRCM_PHY_MODEL(phydev) != PHY_ID_BCM50610 &&
BRCM_PHY_MODEL(phydev) != PHY_ID_BCM50610M)
return;

Expand Down

0 comments on commit da4030c

Please sign in to comment.