[PATCH 2/3] dw2102: store i2c client for tuner into dw2102_state

2015-03-16 Thread Olli Salonen
Prepare the dw2102 driver for tuner drivers that are implemented as I2C drivers (such as m88ts2022). The I2C client is stored in to the state and released at disconnect. Signed-off-by: Olli Salonen olli.salo...@iki.fi --- drivers/media/usb/dvb-usb/dw2102.c | 19 ++- 1 file

Re: [PATCH 2/3] dw2102: store i2c client for tuner into dw2102_state

2015-03-16 Thread Antti Palosaari
On 03/16/2015 07:14 PM, Olli Salonen wrote: Prepare the dw2102 driver for tuner drivers that are implemented as I2C drivers (such as m88ts2022). The I2C client is stored in to the state and released at disconnect. Signed-off-by: Olli Salonen olli.salo...@iki.fi Reviewed-by: Antti Palosaari