Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155460
b: refs/heads/master
c: bc23283
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and David S. Miller committed Jul 14, 2009
1 parent 9d54f83 commit b3f49de
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ee686ca919193d7c1f87f907e732df5e2f942523
refs/heads/master: bc23283c7bc90958927abe26eedc562701743a88
4 changes: 3 additions & 1 deletion trunk/drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ int phy_scan_fixups(struct phy_device *phydev)

err = fixup->run(phydev);

if (err < 0)
if (err < 0) {
mutex_unlock(&phy_fixup_lock);
return err;
}
}
}
mutex_unlock(&phy_fixup_lock);
Expand Down

0 comments on commit b3f49de

Please sign in to comment.