commit | cffdbfe7cf9c7201d4d6c3a0c6b224497595431a | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed Nov 11 16:52:46 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Nov 17 06:41:53 2015 -0200 |
tree | be1159a8aafbb05eb221d5c614cce8f927cbfca9 | |
parent | 2184e2530c061ce6d26b80c346afb1a2c63db952 [diff] |
[media] stb6100: get rid of tuner_state at struct stb6100_state The stb6100 driver has a struct tuner_state on its state struct, that it is used only to store the bandwidth. Even so, this struct is not really used, as every time the bandwidth is get or set, it goes through the hardware. So, get rid of that. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>