From: Roel Kluin Date: Wed, 4 Mar 2009 08:11:42 +0000 (-0800) Subject: net: more timeouts that reach -1 X-Git-Tag: v2.6.29-rc8~51^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858b9ced6e73a0f087294c398a1ae70a7eeed94f;p=pandora-kernel.git net: more timeouts that reach -1 with while (timeout-- > 0); timeout reaches -1 after the loop, so the tests below are off by one. also don't do an '< 0' test on an unsigned. Signed-off-by: Roel Kluin Signed-off-by: David S. Miller --- Reading git-diff-tree failed