Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131702
b: refs/heads/master
c: d13c11f
h: refs/heads/master
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Feb 20, 2009
1 parent e61414e commit a9fe334
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: 0d5048a96fc51d976ac777e3d78762b4dd241693
refs/heads/master: d13c11f6f7324b4fe61720910ee54184c38d2fea
2 changes: 1 addition & 1 deletion trunk/drivers/net/sungem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ static void gem_pcs_reset(struct gem *gp)
if (limit-- <= 0)
break;
}
if (limit <= 0)
if (limit < 0)
printk(KERN_WARNING "%s: PCS reset bit would not clear.\n",
gp->dev->name);
}
Expand Down

0 comments on commit a9fe334

Please sign in to comment.