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:
ce739b4
)
usbnet: test off by one
author
roel kluin
<roel.kluin@gmail.com>
Sun, 27 Dec 2009 11:22:08 +0000
(11:22 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 4 Jan 2010 05:42:50 +0000
(21:42 -0800)
With `while (i++ < MII_TIMEOUT)' i reaches MII_TIMEOUT + 1 after the loop
This is probably unlikely a problem in practice.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found