summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky2008-01-07 04:51:48 +0100
committerMauro Carvalho Chehab2008-01-25 22:04:58 +0100
commit6bfa6657246013bf999fecda0874105441f6ecb5 (patch)
tree380eb138e8a8eecb32ce9d90dda45aad828ee26c /drivers/media
parentV4L/DVB (7024): usbvision: YUV to RGB conversion fixes (diff)
downloadkernel-qcow2-linux-6bfa6657246013bf999fecda0874105441f6ecb5.tar.gz
kernel-qcow2-linux-6bfa6657246013bf999fecda0874105441f6ecb5.tar.xz
kernel-qcow2-linux-6bfa6657246013bf999fecda0874105441f6ecb5.zip
V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/tda18271-fe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c
index 0b41b9513944..c254ac367e72 100644
--- a/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/drivers/media/dvb/frontends/tda18271-fe.c
@@ -597,6 +597,8 @@ static int tda18271_rf_cal_init(struct dvb_frontend *fe)
tda18271_por(fe);
+ tda_info("tda18271: RF tracking filter calibration complete\n");
+
priv->cal_initialized = true;
return 0;