OSDN Git Service

V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has completed
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 7 Jan 2008 03:51:48 +0000 (00:51 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:58 +0000 (19:04 -0200)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/tda18271-fe.c

index 0b41b95..c254ac3 100644 (file)
@@ -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;