git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4222474
)
net: more timeouts that reach -1
author
Roel Kluin
<roel.kluin@gmail.com>
Wed, 4 Mar 2009 08:11:42 +0000
(
00:11
-0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 Mar 2009 08:11:42 +0000
(
00:11
-0800)
with while (timeout-- > 0); timeout reaches -1 after the loop, so the tests
below are off by one. also don't do an '< 0' test on an unsigned.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found