diff mbox

STV0288 Incorrect bit sample for Vitterbi status.

Message ID 1283028625.2708.6.camel@canaries-desktop (mailing list archive)
State Superseded
Headers show

Commit Message

Malcolm Priestley Aug. 28, 2010, 8:50 p.m. UTC
None
diff mbox

Patch

diff --git a/linux/drivers/media/dvb/frontends/stv0288.c b/linux/drivers/media/dvb/frontends/stv0288.c
index 2930a5d..bc9b47e 100644
--- a/linux/drivers/media/dvb/frontends/stv0288.c
+++ b/linux/drivers/media/dvb/frontends/stv0288.c
@@ -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;