ieee1394: dv1394, video1394: remove unnecessary expressions
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 11 Sep 2008 17:22:53 +0000 (19:22 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 15 Oct 2008 20:21:09 +0000 (22:21 +0200)
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 <stefanr@s5r6.in-berlin.de>

No differences found