diff options
-rw-r--r-- | drivers/media/i2c/tvp5150.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c index febe6833a504..3a0fe8cc64e9 100644 --- a/drivers/media/i2c/tvp5150.c +++ b/drivers/media/i2c/tvp5150.c | |||
@@ -818,6 +818,7 @@ static int tvp5150_s_ctrl(struct v4l2_ctrl *ctrl) | |||
818 | return 0; | 818 | return 0; |
819 | case V4L2_CID_HUE: | 819 | case V4L2_CID_HUE: |
820 | tvp5150_write(sd, TVP5150_HUE_CTL, ctrl->val); | 820 | tvp5150_write(sd, TVP5150_HUE_CTL, ctrl->val); |
821 | break; | ||
821 | case V4L2_CID_TEST_PATTERN: | 822 | case V4L2_CID_TEST_PATTERN: |
822 | decoder->enable = ctrl->val ? false : true; | 823 | decoder->enable = ctrl->val ? false : true; |
823 | tvp5150_selmux(sd); | 824 | tvp5150_selmux(sd); |