mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-27 01:57:56 +00:00
while (timeout--) { ... }
timeout becomes -1 if the loop isn't ended otherwise, not 0.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>