diff options
Diffstat (limited to 'drivers/media/video/tvp514x.c')
-rw-r--r-- | drivers/media/video/tvp514x.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/video/tvp514x.c b/drivers/media/video/tvp514x.c index f0b2b8ed2fe4..4262e60b8116 100644 --- a/drivers/media/video/tvp514x.c +++ b/drivers/media/video/tvp514x.c | |||
@@ -725,10 +725,9 @@ ioctl_queryctrl(struct v4l2_int_device *s, struct v4l2_queryctrl *qctrl) | |||
725 | 725 | ||
726 | switch (qctrl->id) { | 726 | switch (qctrl->id) { |
727 | case V4L2_CID_BRIGHTNESS: | 727 | case V4L2_CID_BRIGHTNESS: |
728 | /* Brightness supported is same as standard one (0-255), | 728 | /* Brightness supported is (0-255), |
729 | * so make use of standard API provided. | ||
730 | */ | 729 | */ |
731 | err = v4l2_ctrl_query_fill_std(qctrl); | 730 | err = v4l2_ctrl_query_fill(qctrl, 0, 255, 1, 128); |
732 | break; | 731 | break; |
733 | case V4L2_CID_CONTRAST: | 732 | case V4L2_CID_CONTRAST: |
734 | case V4L2_CID_SATURATION: | 733 | case V4L2_CID_SATURATION: |