diff options
-rw-r--r-- | drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c index 602584dc9330..bb08a46432f4 100644 --- a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c +++ b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | |||
@@ -1064,7 +1064,7 @@ static int sh_mobile_ceu_get_formats(struct soc_camera_device *icd, unsigned int | |||
1064 | 1064 | ||
1065 | /* Add our control */ | 1065 | /* Add our control */ |
1066 | v4l2_ctrl_new_std(&icd->ctrl_handler, &sh_mobile_ceu_ctrl_ops, | 1066 | v4l2_ctrl_new_std(&icd->ctrl_handler, &sh_mobile_ceu_ctrl_ops, |
1067 | V4L2_CID_SHARPNESS, 0, 1, 1, 0); | 1067 | V4L2_CID_SHARPNESS, 0, 1, 1, 1); |
1068 | if (icd->ctrl_handler.error) | 1068 | if (icd->ctrl_handler.error) |
1069 | return icd->ctrl_handler.error; | 1069 | return icd->ctrl_handler.error; |
1070 | 1070 | ||