aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tw2804.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/tw2804.c')
-rw-r--r--drivers/media/i2c/tw2804.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/tw2804.c b/drivers/media/i2c/tw2804.c
index f58607df6193..7347480c0b0c 100644
--- a/drivers/media/i2c/tw2804.c
+++ b/drivers/media/i2c/tw2804.c
@@ -342,12 +342,12 @@ static const struct v4l2_ctrl_ops tw2804_ctrl_ops = {
342}; 342};
343 343
344static const struct v4l2_subdev_video_ops tw2804_video_ops = { 344static const struct v4l2_subdev_video_ops tw2804_video_ops = {
345 .s_std = tw2804_s_std,
345 .s_routing = tw2804_s_video_routing, 346 .s_routing = tw2804_s_video_routing,
346}; 347};
347 348
348static const struct v4l2_subdev_core_ops tw2804_core_ops = { 349static const struct v4l2_subdev_core_ops tw2804_core_ops = {
349 .log_status = tw2804_log_status, 350 .log_status = tw2804_log_status,
350 .s_std = tw2804_s_std,
351}; 351};
352 352
353static const struct v4l2_subdev_ops tw2804_ops = { 353static const struct v4l2_subdev_ops tw2804_ops = {