commit | 8fe51725d8e7794443799566edc4bfd384bf8825 | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Sat Dec 06 14:40:06 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Jan 29 18:48:14 2015 -0200 |
tree | 0ae4c9e3158f7d9ed1f3bd1f9cac418e7319e564 | |
parent | 7cbf5d7651ca7ab91b57d194f388d8886dbe4c38 [diff] |
[media] si2157: carry pointer to client instead of state in tuner_priv Carry struct i2c_client pointer in tuner_priv. 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. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>