[PATCH 1/1] Update stv0900 status when LOCK is missed

From: Abylay Ospan
Date: Wed Jan 26 2011 - 03:56:12 EST


Update stv0900 status when LOCK is missed

Signed-off-by: Abylay Ospan <aospan@xxxxxxxx>
---
drivers/media/dvb/frontends/stv0900_core.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/frontends/stv0900_core.c b/drivers/media/dvb/frontends/stv0900_core.c
index 4f5e7d3..34afcc6 100644
--- a/drivers/media/dvb/frontends/stv0900_core.c
+++ b/drivers/media/dvb/frontends/stv0900_core.c
@@ -1660,8 +1660,10 @@ static int stv0900_read_status(struct dvb_frontend *fe, enum fe_status *status)
| FE_HAS_VITERBI
| FE_HAS_SYNC
| FE_HAS_LOCK;
- } else
+ } else {
+ *status = 0;
dprintk("DEMOD LOCK FAIL\n");
+ }

return 0;
}
--
1.7.2.1.95.g3d045

--
Abylai Ospan<aospan@xxxxxxxx>
NetUP Inc.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/