aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-07 00:51:48 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:58 -0200
commit6bfa6657246013bf999fecda0874105441f6ecb5 (patch)
tree380eb138e8a8eecb32ce9d90dda45aad828ee26c /drivers/media
parent6200bbaa5bd8b6751931364dfa4aa1cdd5efa686 (diff)
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 0b41b951394..c254ac367e7 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;