Skip to content
Commit 94873111 authored by Roel Kluin's avatar Roel Kluin Committed by David S. Miller
Browse files

aoe: error printed 1 too early



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: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b9bdcd9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment