V4L/DVB: [STV090x, STV6110x] Use tuner sleep within the demodulator control
authorManu Abraham <abraham.manu@gmail.com>
Sat, 23 Jan 2010 08:49:08 +0000 (05:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:46:47 +0000 (00:46 -0300)
commitc5b74b0f5e81386ca1e9b1128de83502e92fa028
tree581f8bdba31fc29a576440bbd85373a435a04bfa
parent19c4ee58325ac7c9d9595153fabb5d885dfe931e
V4L/DVB: [STV090x, STV6110x] Use tuner sleep within the demodulator control

Oliver Endriss <o.endriss@gmx.de> pointed out:
Imho not a good idea, as the frontend thread calls
- fe->ops.tuner_ops.init
- fe->ops.tuner_ops.sleep

If you remove fe->ops.i2c_gate_ctrl, init and sleep will fail,
because gate_ctrl was never called...

--

Signed-off-by: Manu Abraham <manu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/stv090x.c
drivers/media/dvb/frontends/stv090x.h
drivers/media/dvb/frontends/stv6110x.c
drivers/media/dvb/frontends/stv6110x.h
drivers/media/dvb/ttpci/budget.c