V4L/DVB (7740): tuner-xc2028.c dubious !x & y
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 25 Apr 2008 04:28:10 +0000 (01:28 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 26 Apr 2008 12:29:55 +0000 (09:29 -0300)
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-xc2028.c

index cc3db7d..9e9003c 100644 (file)
@@ -432,7 +432,7 @@ static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
 
        type &= type_mask;
 
-       if (!type & SCODE)
+       if (!(type & SCODE))
                type_mask = ~0;
 
        /* Seek for exact match */