diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-24 12:14:03 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-24 12:14:03 -0500 |
commit | 1fd0dc7339e85e123b93eb5be4e6c61426ebeeb8 (patch) | |
tree | e4b6baa7895b8ddab02c62b424b48ca57c6ea2c1 /linux/drivers/media/dvb/frontends | |
parent | 39845599d39cfd79d2f1d267e04f046bc442be7d (diff) | |
download | mediapointer-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/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda18271-fe.c | 1 |
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; |