Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376627
b: refs/heads/master
c: 9a9c56c
h: refs/heads/master
i:
  376625: 873aa73
  376623: c510750
v: v3
  • Loading branch information
Giuseppe CAVALLARO authored and David S. Miller committed May 28, 2013
1 parent c559797 commit a851d88
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: a622260254ee481747cceaaa8609985b29a31565
refs/heads/master: 9a9c56cb34e65000d1f0a4b7553399bfcf7c5a52
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable)
adv = mmd_eee_adv_to_ethtool_adv_t(eee_adv);
lp = mmd_eee_adv_to_ethtool_adv_t(eee_lp);
idx = phy_find_setting(phydev->speed, phydev->duplex);
if ((lp & adv & settings[idx].setting))
if (!(lp & adv & settings[idx].setting))
goto eee_exit;

if (clk_stop_enable) {
Expand Down

0 comments on commit a851d88

Please sign in to comment.