usbnet: test off by one
authorroel kluin <roel.kluin@gmail.com>
Sun, 27 Dec 2009 11:22:08 +0000 (11:22 +0000)
committerDavid 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