From 487a380f105dca61c562573ded6b5748894fcd27 Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Sun, 6 Aug 2006 11:40:58 +0200 Subject: Remove debug-print from dib3000mc From: Patrick Boettcher Removed and commented a small debug function. Signed-off-by: Patrick Boettcher --- linux/drivers/media/dvb/frontends/dib3000mc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'linux/drivers/media/dvb') diff --git a/linux/drivers/media/dvb/frontends/dib3000mc.c b/linux/drivers/media/dvb/frontends/dib3000mc.c index 0a1369cc9..3279768b7 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mc.c +++ b/linux/drivers/media/dvb/frontends/dib3000mc.c @@ -69,6 +69,7 @@ static int dib3000mc_write_word(struct dib3000mc_state *state, u16 reg, u16 val) return i2c_transfer(state->i2c_adap, &msg, 1) != 1 ? -EREMOTEIO : 0; } +#if 0 static void dump_fep(struct dibx000_ofdm_channel *cd) { printk(KERN_DEBUG "DiB3000MC: "); @@ -91,7 +92,7 @@ static void dump_fep(struct dibx000_ofdm_channel *cd) printk("Code Rate LP %i/%i ", cd->vit_code_rate_lp, cd->vit_code_rate_lp + 1); printk("HRCH %i\n", cd->vit_hrch); } - +#endif static int dib3000mc_identify(struct dib3000mc_state *state) { @@ -738,8 +739,6 @@ static int dib3000mc_set_frontend(struct dvb_frontend* fe, INIT_OFDM_CHANNEL(&ch); FEP2DIB(fep,&ch); - dump_fep(&ch); - state->current_bandwidth = fep->u.ofdm.bandwidth; dib3000mc_set_bandwidth(fe, fep->u.ofdm.bandwidth); -- cgit v1.2.3