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

Commit a405c45b authored by Sridhar Gujje's avatar Sridhar Gujje Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: ope: handle unlocking in process timer" into camera-kernel.lnx.3.1

parents 96068353 43188bce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -707,6 +707,7 @@ static int32_t cam_ope_process_request_timer(void *priv, void *data)
		task = cam_req_mgr_workq_get_task(ope_hw_mgr->msg_work);
		if (!task) {
			CAM_ERR(CAM_OPE, "no empty task");
			mutex_unlock(&ctx_data->ctx_mutex);
			return 0;
		}
		task_data = (struct ope_msg_work_data *)task->payload;