From: Roel Kluin Date: Tue, 3 Feb 2009 05:39:02 +0000 (-0800) Subject: net: variables reach -1, but 0 tested X-Git-Tag: v2.6.29-rc4~56^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46578a6913e6f5e69229561736b94c18c2e88ae4;p=pandora-kernel.git net: variables reach -1, but 0 tested while (timeout--) { ... } timeout becomes -1 if the loop isn't ended otherwise, not 0. Signed-off-by: Roel Kluin Signed-off-by: David S. Miller --- Reading git-diff-tree failed