summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-24 12:14:03 -0500
committerMichael Krufky <mkrufky@linuxtv.org>2007-12-24 12:14:03 -0500
commit1fd0dc7339e85e123b93eb5be4e6c61426ebeeb8 (patch)
treee4b6baa7895b8ddab02c62b424b48ca57c6ea2c1 /linux/drivers/media/dvb
parent39845599d39cfd79d2f1d267e04f046bc442be7d (diff)
downloadmediapointer-dvb-s2-1fd0dc7339e85e123b93eb5be4e6c61426ebeeb8.tar.gz
mediapointer-dvb-s2-1fd0dc7339e85e123b93eb5be4e6c61426ebeeb8.tar.bz2
tda18271: remove extraneous debug
From: Michael Krufky <mkrufky@linuxtv.org> 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>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/frontends/tda18271-fe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda18271-fe.c b/linux/drivers/media/dvb/frontends/tda18271-fe.c
index e1a187e14..95337da35 100644
--- a/linux/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/linux/drivers/media/dvb/frontends/tda18271-fe.c
@@ -789,7 +789,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;