From: Roel Kluin Date: Fri, 23 Oct 2009 10:26:25 +0000 (+0200) Subject: Staging: comedi: addi-data: Cleanup redundant tests on unsigned X-Git-Tag: v2.6.33-rc1~313^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8af06898c4326cee1739e2bc100bed2b601721;p=pandora-kernel.git Staging: comedi: addi-data: Cleanup redundant tests on unsigned The variables are unsigned so the test `>= 0' is always true, In these cases the other part of the test catch wrapped values. Signed-off-by: Roel Kluin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed