net: variables reach -1, but 0 tested
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 3 Feb 2009 05:39:02 +0000 (21:39 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2009 05:39:02 +0000 (21:39 -0800)
while (timeout--) { ... }

timeout becomes -1 if the loop isn't ended otherwise, not 0.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found