Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132141
b: refs/heads/master
c: 4a8fd2c
h: refs/heads/master
i:
  132139: c97302e
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Mar 4, 2009
1 parent 735b71c commit 6d4893e
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: 948731115774c2e5ff7409360f35389459502211
refs/heads/master: 4a8fd2cfdad4d043a1fadba2f3f340945d966825
2 changes: 1 addition & 1 deletion trunk/drivers/net/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ static void gem_reset(struct gem *gp)
break;
} while (val & (GREG_SWRST_TXRST | GREG_SWRST_RXRST));

if (limit <= 0)
if (limit < 0)
printk(KERN_ERR "%s: SW reset is ghetto.\n", gp->dev->name);

if (gp->phy_type == phy_serialink || gp->phy_type == phy_serdes)
Expand Down

0 comments on commit 6d4893e

Please sign in to comment.