diff options
author | Antti Palosaari <crope@iki.fi> | 2016-02-06 23:12:05 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 13:27:35 +0100 |
commit | 426508e61cf49bd6e15bcc718b8efc651da39ae4 (patch) | |
tree | b0647270d4c8106f2f3b49ca4ab181836a0e79c2 /drivers/media/dvb-frontends/rtl2832_priv.h | |
parent | [media] rtl2832: improve slave TS control (diff) | |
download | linux-426508e61cf49bd6e15bcc718b8efc651da39ae4.tar.xz linux-426508e61cf49bd6e15bcc718b8efc651da39ae4.zip |
[media] rtl2832: move stats polling to read status
Do statistics polling on read status in order to avoid
unnecessary delayed work.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/rtl2832_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/rtl2832_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/rtl2832_priv.h b/drivers/media/dvb-frontends/rtl2832_priv.h index 5dcd3a41d23f..6b875f462f8b 100644 --- a/drivers/media/dvb-frontends/rtl2832_priv.h +++ b/drivers/media/dvb-frontends/rtl2832_priv.h @@ -38,7 +38,6 @@ struct rtl2832_dev { struct regmap *regmap; struct i2c_adapter *i2c_adapter_tuner; struct dvb_frontend fe; - struct delayed_work stat_work; enum fe_status fe_status; u64 post_bit_error_prev; /* for old DVBv3 read_ber() calculation */ u64 post_bit_error; |