V4L/DVB (7740): tuner-xc2028.c dubious !x & y
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
a45e0b45e5
commit
8367fe248d
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
|
||||||
|
|
||||||
type &= type_mask;
|
type &= type_mask;
|
||||||
|
|
||||||
if (!type & SCODE)
|
if (!(type & SCODE))
|
||||||
type_mask = ~0;
|
type_mask = ~0;
|
||||||
|
|
||||||
/* Seek for exact match */
|
/* Seek for exact match */
|
||||||
|
|
Loading…
Reference in a new issue