Update stv0900 status when LOCK is missed
Signed-off-by: Abylay Ospan <aos...@netup.ru>
---
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<aos...@netup.ru>
NetUP Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html