diff options
Diffstat (limited to 'drivers/media/i2c/mt9v011.c')
-rw-r--r-- | drivers/media/i2c/mt9v011.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/mt9v011.c b/drivers/media/i2c/mt9v011.c index 73b7688cbebd..3f415fd12de3 100644 --- a/drivers/media/i2c/mt9v011.c +++ b/drivers/media/i2c/mt9v011.c | |||
@@ -421,7 +421,7 @@ static int mt9v011_g_register(struct v4l2_subdev *sd, | |||
421 | } | 421 | } |
422 | 422 | ||
423 | static int mt9v011_s_register(struct v4l2_subdev *sd, | 423 | static int mt9v011_s_register(struct v4l2_subdev *sd, |
424 | struct v4l2_dbg_register *reg) | 424 | const struct v4l2_dbg_register *reg) |
425 | { | 425 | { |
426 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 426 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
427 | 427 | ||