Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93602
b: refs/heads/master
c: 8367fe2
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Mauro Carvalho Chehab committed Apr 26, 2008
1 parent ed6ce9a commit 7235470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a45e0b45e52adb10634112b338dfb3e66a83de31
refs/heads/master: 8367fe248d74d53a6ae10e373c73230ab1536599
2 changes: 1 addition & 1 deletion trunk/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 7235470

Please sign in to comment.