aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tw9910.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/tw9910.c')
-rw-r--r--drivers/media/video/tw9910.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/tw9910.c b/drivers/media/video/tw9910.c
index fbf4130dfc5d..269ab044072a 100644
--- a/drivers/media/video/tw9910.c
+++ b/drivers/media/video/tw9910.c
@@ -357,7 +357,8 @@ static const struct tw9910_hsync_ctrl tw9910_hsync_ctrl = {
357 */ 357 */
358static struct tw9910_priv *to_tw9910(const struct i2c_client *client) 358static struct tw9910_priv *to_tw9910(const struct i2c_client *client)
359{ 359{
360 return container_of(i2c_get_clientdata(client), struct tw9910_priv, subdev); 360 return container_of(i2c_get_clientdata(client), struct tw9910_priv,
361 subdev);
361} 362}
362 363
363static int tw9910_set_scale(struct i2c_client *client, 364static int tw9910_set_scale(struct i2c_client *client,