Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b6de93f authored by Sureshnaidu Laveti's avatar Sureshnaidu Laveti Committed by Gerrit - the friendly Code Review server
Browse files

msm: sensor: correcting return value for get actuator info



Correcting the return value for getting the actuator information
IOCTL.

CRs-Fixed: 1084177
Change-Id: I2bbe7be3daedef45a5990c23168df5185e72e82f
Signed-off-by: default avatarSureshnaidu Laveti <lsuresh@codeaurora.org>
parent dc975b16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1418,6 +1418,7 @@ static int32_t msm_actuator_config(struct msm_actuator_ctrl_t *a_ctrl,
	case CFG_GET_ACTUATOR_INFO:
		cdata->is_af_supported = 1;
		cdata->cfg.cam_name = a_ctrl->cam_name;
		rc = 0;
		break;

	case CFG_SET_ACTUATOR_INFO: