dect
/
linux-2.6
Archived
13
0
Fork 0

sungem: another error printed one too early

Another error was printed one too early.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
roel kluin 2009-02-16 04:02:04 +00:00 committed by David S. Miller
parent 0d5048a96f
commit d13c11f6f7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}