From: Michael Krufky Date: Mon, 7 Jan 2008 03:51:48 +0000 (-0300) Subject: V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed X-Git-Tag: firefly_0821_release~23728^2~41 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6bfa6657246013bf999fecda0874105441f6ecb5;p=firefly-linux-kernel-4.4.55.git V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- 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;