aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9033.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 19:59:41 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 18:05:00 -0400
commitd423e108c1d6ced41964fafc97c02e4b5d0597a1 (patch)
tree055614abc16bb9babb6a075d95fdeef8f18bc641 /drivers/media/dvb-frontends/af9033.c
parentdc4a2c40f87327c5859edc20a5b6b2afa6071d49 (diff)
[media] it913x: remove unused af9033 demod tuner config inits
Those are demodulator init tables according to used tuner tuner config. af9033 demod driver does those inits currently and due to that these duplicate inits could be removed. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033.c')
-rw-r--r--drivers/media/dvb-frontends/af9033.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c
index 847a9b6d3dcf..032074708d73 100644
--- a/drivers/media/dvb-frontends/af9033.c
+++ b/drivers/media/dvb-frontends/af9033.c
@@ -285,12 +285,6 @@ static int af9033_init(struct dvb_frontend *fe)
285 goto err; 285 goto err;
286 } 286 }
287 287
288 /*
289 * FIXME: These inits are logically property of demodulator driver
290 * (that driver), but currently in case of IT9135 those are done by
291 * tuner driver.
292 */
293
294 /* load OFSM settings */ 288 /* load OFSM settings */
295 dev_dbg(&state->i2c->dev, "%s: load ofsm settings\n", __func__); 289 dev_dbg(&state->i2c->dev, "%s: load ofsm settings\n", __func__);
296 switch (state->cfg.tuner) { 290 switch (state->cfg.tuner) {