diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2013-01-06 12:40:42 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 13:49:38 +0100 |
commit | a0a030bdbe612b7d8a941fba672300f7fc21b275 (patch) | |
tree | d63f3c7ceff154c381b4ccb368f5bbb9a365a13b /drivers/media/dvb-frontends/ts2020.c | |
parent | [media] v4l: Don't compile v4l2-int-device unless really needed (diff) | |
download | linux-a0a030bdbe612b7d8a941fba672300f7fc21b275.tar.xz linux-a0a030bdbe612b7d8a941fba672300f7fc21b275.zip |
[media] ts2020: call get_rf_strength from frontend
Restore ds3000.c read_signal_strength.
Call tuner get_rf_strength from frontend read_signal_strength.
We are able to do a NULL check and doesn't limit the tuner
attach to the frontend attach area.
At the moment the lmedm04 tuner attach is stuck in frontend
attach area.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/ts2020.c')
-rw-r--r-- | drivers/media/dvb-frontends/ts2020.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ts2020.c b/drivers/media/dvb-frontends/ts2020.c index f50e237e1464..ad7ad857ab2a 100644 --- a/drivers/media/dvb-frontends/ts2020.c +++ b/drivers/media/dvb-frontends/ts2020.c @@ -363,7 +363,6 @@ struct dvb_frontend *ts2020_attach(struct dvb_frontend *fe, memcpy(&fe->ops.tuner_ops, &ts2020_tuner_ops, sizeof(struct dvb_tuner_ops)); - fe->ops.read_signal_strength = fe->ops.tuner_ops.get_rf_strength; return fe; } |