aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-01-06 22:51:48 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:58 -0500
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 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)
597 597
598 tda18271_por(fe); 598 tda18271_por(fe);
599 599
600 tda_info("tda18271: RF tracking filter calibration complete\n");
601
600 priv->cal_initialized = true; 602 priv->cal_initialized = true;
601 603
602 return 0; 604 return 0;