From 2f865ac502e70aeecc2151c859f2127ecfc4b555 Mon Sep 17 00:00:00 2001 From: Manu Abraham Date: Sat, 29 Sep 2007 02:06:06 +0400 Subject: Debug: We need to check for tuner LOCK LOSS, especially in the case of simple PLL's From: Manu Abraham Signed-off-by: Manu Abraham --- linux/drivers/media/dvb/frontends/tda8261.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/drivers/media/dvb') diff --git a/linux/drivers/media/dvb/frontends/tda8261.c b/linux/drivers/media/dvb/frontends/tda8261.c index a6cd2b362..9cbd511d7 100644 --- a/linux/drivers/media/dvb/frontends/tda8261.c +++ b/linux/drivers/media/dvb/frontends/tda8261.c @@ -73,6 +73,8 @@ static int tda8261_get_status(struct dvb_frontend *fe, u32 *status) u8 result = 0; int err = 0; + *status = 0; + if ((err = tda8261_read(state, &result)) < 0) { printk("%s: I/O Error\n", __func__); return err; @@ -184,6 +186,7 @@ static struct dvb_tuner_ops tda8261_ops = { .set_state = tda8261_set_state, .get_state = tda8261_get_state, + .get_status = tda8261_get_status, .release = tda8261_release }; -- cgit v1.2.3