Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255587
b: refs/heads/master
c: 0a3f084
h: refs/heads/master
i:
  255585: 5210eeb
  255583: 1f4a29d
v: v3
  • Loading branch information
Greg Dietsche authored and David S. Miller committed Jun 17, 2011
1 parent 14dbfcb commit 8969090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: cb0a60564943db21ed3af975ac3d578cdc80b329
refs/heads/master: 0a3f084179731f6755462aa7fec677f8e1f0580a
6 changes: 1 addition & 5 deletions trunk/drivers/net/phy/icplus.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ static int ip1001_config_init(struct phy_device *phydev)
value = phy_read(phydev, 16);
value |= 0x3;

err = phy_write(phydev, 16, value);
if (err < 0)
return err;

return err;
return phy_write(phydev, 16, value);
}

static int ip175c_read_status(struct phy_device *phydev)
Expand Down

0 comments on commit 8969090

Please sign in to comment.