diff options
Diffstat (limited to 'drivers/media/usb/pwc/pwc-v4l.c')
-rw-r--r-- | drivers/media/usb/pwc/pwc-v4l.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/pwc/pwc-v4l.c b/drivers/media/usb/pwc/pwc-v4l.c index 92f04db6bbae..043b2b97cee6 100644 --- a/drivers/media/usb/pwc/pwc-v4l.c +++ b/drivers/media/usb/pwc/pwc-v4l.c | |||
@@ -568,7 +568,8 @@ static int pwc_g_volatile_ctrl(struct v4l2_ctrl *ctrl) | |||
568 | pdev->gain_valid = true; | 568 | pdev->gain_valid = true; |
569 | if (!DEVICE_USE_CODEC3(pdev->type)) | 569 | if (!DEVICE_USE_CODEC3(pdev->type)) |
570 | break; | 570 | break; |
571 | /* Fall through for CODEC3 where autogain also controls expo */ | 571 | /* For CODEC3 where autogain also controls expo */ |
572 | /* fall through */ | ||
572 | case V4L2_CID_EXPOSURE_AUTO: | 573 | case V4L2_CID_EXPOSURE_AUTO: |
573 | if (pdev->exposure_valid && time_before(jiffies, | 574 | if (pdev->exposure_valid && time_before(jiffies, |
574 | pdev->last_exposure_update + HZ / 4)) { | 575 | pdev->last_exposure_update + HZ / 4)) { |