From: Roel Kluin Date: Fri, 13 Mar 2009 23:04:12 +0000 (-0700) Subject: x25: '< 0' and '>= 0' test on unsigned X-Git-Tag: v2.6.30-rc1~662^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db09f26f912f7c90c764806e804b558da520d4f;p=pandora-kernel.git x25: '< 0' and '>= 0' test on unsigned skb->len is an unsigned int, so the test in x25_rx_call_request() always evaluates to true. len in x25_sendmsg() is unsigned as well. so -ERRORS returned by x25_output() are not noticed. Signed-off-by: Roel Kluin Signed-off-by: David S. Miller --- Reading git-diff-tree failed