[media] rtl28xxu: fix DVB FE callback
authorAntti Palosaari <crope@iki.fi>
Wed, 17 Dec 2014 05:55:41 +0000 (02:55 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 3 Feb 2015 18:20:46 +0000 (16:20 -0200)
commit1dbbdceeb63e9039ce0545e5e21cf9a8c4d4ffc4
treed1761700da1bc2bef601a926f527136869a91b0f
parenta08c3781194142cce39bbb739373efc8dacaa1fa
[media] rtl28xxu: fix DVB FE callback

DVB FE callback functionality went broken after I moved tuners to
demod muxed I2C adapter. That happens because driver state was
carried by I2C adapter and when mux is used there is one adapter
more in a chain.
USB adapter <-> I2C adapter <-> muxed I2C adapter

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
This page took 0.025473 seconds and 5 git commands to generate.