Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298749
b: refs/heads/master
c: b330014
h: refs/heads/master
i:
  298747: 8d4ad1a
v: v3
  • Loading branch information
Srinivas Kandagatla authored and David S. Miller committed Apr 3, 2012
1 parent 43fcf73 commit 9f50f93
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6fc8cc3fd1c8c9cbc2597b4929bf21a814bebd83
refs/heads/master: b3300146aa8efc5d3937fd33f3cfdc580a3843bc
3 changes: 2 additions & 1 deletion trunk/drivers/net/phy/icplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ static int ip101a_g_config_init(struct phy_device *phydev)
/* Enable Auto Power Saving mode */
c = phy_read(phydev, IP10XX_SPEC_CTRL_STATUS);
c |= IP101A_G_APS_ON;
return c;

return phy_write(phydev, IP10XX_SPEC_CTRL_STATUS, c);
}

static int ip175c_read_status(struct phy_device *phydev)
Expand Down

0 comments on commit 9f50f93

Please sign in to comment.