[media] rtl2830: carry pointer to I2C client for every function
authorAntti Palosaari <crope@iki.fi>
Tue, 9 Dec 2014 01:47:21 +0000 (22:47 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 2 Feb 2015 19:51:08 +0000 (17:51 -0200)
As a I2C driver struct i2c_client is top level structure representing
the driver. Use it as parameter to carry all needed information for
each function in order to simplify things.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

No differences found