Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219082
b: refs/heads/master
c: be96624
h: refs/heads/master
v: v3
  • Loading branch information
Malcolm Priestley authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 59f2689 commit 922e127
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: d2f918bba7a482bee18cc0ede7791f7d846dd5d0
refs/heads/master: be96624a38e6de619603b5741a39e715eb44227c
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/stv0288.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ static int stv0288_set_frontend(struct dvb_frontend *fe,
tda[2] = 0x0; /* CFRL */
for (tm = -6; tm < 7;) {
/* Viterbi status */
if (stv0288_readreg(state, 0x24) & 0x80)
if (stv0288_readreg(state, 0x24) & 0x8)
break;

tda[2] += 40;
Expand Down

0 comments on commit 922e127

Please sign in to comment.