atarilance: timeout ignored in lance_open()
authorroel kluin <roel.kluin@gmail.com>
Sun, 27 Dec 2009 03:26:12 +0000 (03:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jan 2010 05:42:52 +0000 (21:42 -0800)
commite145b98484f5c7444151e90cc0853f14e6d396a4
tree10824fdd06874a38bf5ee96f5f9f8337d5817e27
parent5d66fe92a19fb41373d13e75831169a6b5e5bef5
atarilance: timeout ignored in lance_open()

With `while (--i > 0)' i reaches 0 after the loop, so upon timeout the
error was not issued.

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