From: Stefan Richter Date: Thu, 11 Sep 2008 17:22:53 +0000 (+0200) Subject: ieee1394: dv1394, video1394: remove unnecessary expressions X-Git-Tag: v2.6.28-rc1~277^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98562d12f71284593b3a5db020d6f2655061efe;p=pandora-kernel.git ieee1394: dv1394, video1394: remove unnecessary expressions init->channel and v.buffer are unsigned and tests for < 0 therefore always false. gcc knows this and eliminates the code, but anyway... Reported by Roel Kluin. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed