Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62820
b: refs/heads/master
c: 52cb1c2
h: refs/heads/master
v: v3
  • Loading branch information
Andy Fleming authored and Jeff Garzik committed Jul 24, 2007
1 parent 3296500 commit e235780
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: fe6d3a4049ec9d859d75ddfcc6865a0f58178924
refs/heads/master: 52cb1c2b70d9d2a81e842b90456b7a8158541ffd
2 changes: 1 addition & 1 deletion trunk/drivers/net/phy/vitesse.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int vsc824x_config_intr(struct phy_device *phydev)
*/
err = phy_read(phydev, MII_VSC8244_ISTAT);

if (err)
if (err < 0)
return err;

err = phy_write(phydev, MII_VSC8244_IMASK, 0);
Expand Down

0 comments on commit e235780

Please sign in to comment.