From: roel kluin Date: Sun, 27 Dec 2009 11:22:08 +0000 (+0000) Subject: usbnet: test off by one X-Git-Tag: v2.6.33-rc4~10^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c064efca9211d12bb9e6de8718fc39884eb883f2;p=pandora-kernel.git usbnet: test off by one 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed