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

Commit 692dd76c authored by Haritha Chintalapati's avatar Haritha Chintalapati Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Skip qtimer shutter for invalid req_id" into camera-kernel.lnx.4.0

parents cdb34b14 fde5d66e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -726,8 +726,7 @@ static void __cam_isp_ctx_send_sof_timestamp(
{
	struct cam_req_mgr_message   req_msg;

	if ((ctx_isp->use_frame_header_ts) && (request_id) &&
		(sof_event_status == CAM_REQ_MGR_SOF_EVENT_SUCCESS))
	if ((ctx_isp->use_frame_header_ts) || (request_id == 0))
		goto end;

	req_msg.session_hdl = ctx_isp->base->session_hdl;