]> git.baikalelectronics.ru Git - kernel.git/commit
[media] stb6100: get rid of tuner_state at struct stb6100_state
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 11 Nov 2015 18:52:46 +0000 (16:52 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 17 Nov 2015 08:41:53 +0000 (06:41 -0200)
commit8a6c6e99a88790ed68304baf12c6e5f2822b23b3
treebe1159a8aafbb05eb221d5c614cce8f927cbfca9
parent08e14b69c810f13b10f55f42e76d436afe1d7c04
[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>
drivers/media/dvb-frontends/stb6100.c
drivers/media/dvb-frontends/stb6100.h