]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/ieee1394/dv1394.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[net-next-2.6.git] / drivers / ieee1394 / dv1394.c
index 9236c0d5a12242120e11a7bd95b6c10617d0b480..2f83543a9dfca95c797e42421055497fc1c6f2e0 100644 (file)
@@ -918,7 +918,7 @@ static int do_dv1394_init(struct video_card *video, struct dv1394_init *init)
                /* default SYT offset is 3 cycles */
                init->syt_offset = 3;
 
-       if ( (init->channel > 63) || (init->channel < 0) )
+       if (init->channel > 63)
                init->channel = 63;
 
        chan_mask = (u64)1 << init->channel;