Skip to content

Commit

Permalink
V4L/DVB (7740): tuner-xc2028.c dubious !x & y
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Apr 26, 2008
1 parent a45e0b4 commit 8367fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8367fe2

Please sign in to comment.