[ 2255.342797] r820t 3-001a: generic_set_freq: PLL locked on frequency 
725476191 Hz, gain=45

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>
---
 drivers/media/tuners/r820t.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c
index 198a37b..d0edd0c 100644
--- a/drivers/media/tuners/r820t.c
+++ b/drivers/media/tuners/r820t.c
@@ -1215,6 +1215,12 @@ static int generic_set_freq(struct dvb_frontend *fe,
                goto err;
 
        rc = r820t_sysfreq_sel(priv, freq, type, std, delsys);
+       if (rc < 0)
+               goto err;
+
+       tuner_dbg("%s: PLL locked on frequency %d Hz, gain=%d\n",
+                 __func__, freq, r820t_read_gain(priv));
+
 err:
 
        if (rc < 0)
-- 
1.8.1.4

--
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

Reply via email to