OSDN Git Service

[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)
commitcffdbfe7cf9c7201d4d6c3a0c6b224497595431a
treebe1159a8aafbb05eb221d5c614cce8f927cbfca9
parent2184e2530c061ce6d26b80c346afb1a2c63db952
[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