summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isp/controls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isp/controls.c b/isp/controls.c
index b189f7b..cce4265 100644
--- a/isp/controls.c
+++ b/isp/controls.c
@@ -351,7 +351,7 @@ int omap3_isp_sensor_get_exposure(struct omap3_isp_device *isp,
ctrls[0].id = V4L2_CID_EXPOSURE;
- ret = v4l2_subdev_set_controls(isp->sensor.entity, ARRAY_SIZE(ctrls), ctrls);
+ ret = v4l2_subdev_get_controls(isp->sensor.entity, ARRAY_SIZE(ctrls), ctrls);
if (ret < 0)
return ret;