From: Roel Kluin Date: Fri, 23 Oct 2009 10:59:42 +0000 (-0300) Subject: V4L/DVB (13241): Cleanup redundant tests on unsigned X-Git-Tag: v2.6.33-rc1~338^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14a2972e40dbfbe7077ec7ab21cc2729f7e7d6d;p=pandora-kernel.git V4L/DVB (13241): Cleanup redundant tests on unsigned The variables are unsigned so the test `>= 0' is always true, the `< 0' test always fails. In these cases the other part of the test catches wrapped values. Signed-off-by: Roel Kluin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed