diff options
author | Antti Palosaari <crope@iki.fi> | 2013-03-07 21:59:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 19:05:00 -0300 |
commit | d423e108c1d6ced41964fafc97c02e4b5d0597a1 (patch) | |
tree | 055614abc16bb9babb6a075d95fdeef8f18bc641 /drivers/media/dvb-frontends | |
parent | dc4a2c40f87327c5859edc20a5b6b2afa6071d49 (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')
-rw-r--r-- | drivers/media/dvb-frontends/af9033.c | 6 |
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) { |