aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9033.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 21:59:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 19:05:00 -0300
commitd423e108c1d6ced41964fafc97c02e4b5d0597a1 (patch)
tree055614abc16bb9babb6a075d95fdeef8f18bc641 /drivers/media/dvb-frontends/af9033.c
parent[media] af9033: add IT9135 tuner config "62" init table (diff)
downloadlinux-dev-d423e108c1d6ced41964fafc97c02e4b5d0597a1.tar.xz
linux-dev-d423e108c1d6ced41964fafc97c02e4b5d0597a1.zip
[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)
goto err;
}
- /*
- * FIXME: These inits are logically property of demodulator driver
- * (that driver), but currently in case of IT9135 those are done by
- * tuner driver.
- */
-
/* load OFSM settings */
dev_dbg(&state->i2c->dev, "%s: load ofsm settings\n", __func__);
switch (state->cfg.tuner) {