From: Roel Kluin Date: Wed, 4 Mar 2009 08:07:57 +0000 (-0800) Subject: aoe: error printed 1 too early X-Git-Tag: v2.6.29-rc8~51^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948731115774c2e5ff7409360f35389459502211;p=pandora-kernel.git 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: Roel Kluin Signed-off-by: David S. Miller --- Reading git-diff-tree failed