mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-13 00:50:39 +09: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>