summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-08 00:59:41 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 22:05:00 (GMT)
commitd423e108c1d6ced41964fafc97c02e4b5d0597a1 (patch)
tree055614abc16bb9babb6a075d95fdeef8f18bc641 /drivers/media/dvb-frontends
parentdc4a2c40f87327c5859edc20a5b6b2afa6071d49 (diff)
downloadlinux-fsl-qoriq-d423e108c1d6ced41964fafc97c02e4b5d0597a1.tar.xz
[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')
-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 847a9b6..0320747 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) {