commit | 6307b560800fd92b915a851186653317460039ad | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Tue Nov 25 17:31:43 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Jan 29 18:39:49 2015 -0200 |
tree | 12acef0b3f29586a0b37f1b5fd90752c7a132871 | |
parent | bd01c7666cfebfee1b10e132a4f8df0fc82b9d48 [diff] |
[media] si2168: carry pointer to client instead of state Carry struct i2c_client pointer inside struct dvb_frontend private pointer. This driver is I2C driver, which is represented as a struct i2c_client, so better to carry this top level structure for each routine in order to unify things. This allows further simplification. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>