mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-17 14:14:53 +00:00
with while (i-- > 0); i reaches -1 after the loop, so the test below is printed one too early: 0 still means success. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>