]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/tg3.c
TG3: limit reaches -1
authorRoel Kluin <roel.kluin@gmail.com>
Fri, 13 Feb 2009 00:33:27 +0000 (16:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Feb 2009 00:33:27 +0000 (16:33 -0800)
commitd4675b52a933831d4901217564cba5a434ddd922
treed53da2dac6306cf7e3bc41eef708265eefe0d683
parent89c581b3fb2986e303f1299e6458e3e9b115fa3f
TG3: limit reaches -1

With while (limit--) { ... } limit reaches -1, so 0 means success.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c