commit | d4675b52a933831d4901217564cba5a434ddd922 | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Thu Feb 12 16:33:27 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 12 16:33:27 2009 -0800 |
tree | d53da2dac6306cf7e3bc41eef708265eefe0d683 | |
parent | 89c581b3fb2986e303f1299e6458e3e9b115fa3f [diff] |
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>