V4L/DVB (6923): tda18271: remove extraneous debug
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 24 Dec 2007 17:14:03 +0000 (14:14 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:24 +0000 (19:04 -0200)
We don't need to do a dbg_info during tda18271_attach anymore, since
the tda18271_get_id function will call dbg_info with the same information
and more.

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 19c9be9..da22b24 100644 (file)
@@ -783,7 +783,6 @@ struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe, u8 addr,
 {
        struct tda18271_priv *priv = NULL;
 
-       dbg_info("@ %d-%04x\n", i2c_adapter_id(i2c), addr);
        priv = kzalloc(sizeof(struct tda18271_priv), GFP_KERNEL);
        if (priv == NULL)
                return NULL;