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

Commit 9cefd408 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: isp: Do not check for EOF at request handling"

parents 24b42be6 1475110d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3348,9 +3348,7 @@ static int msm_isp_request_frame(struct vfe_device *vfe_dev,
	 */
	if (((frame_src == VFE_PIX_0) && ((frame_id !=
		vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id + vfe_dev->
		axi_data.src_info[VFE_PIX_0].sof_counter_step) ||
		(frame_id <= vfe_dev->
		axi_data.src_info[VFE_PIX_0].eof_id + 1))) ||
		axi_data.src_info[VFE_PIX_0].sof_counter_step))) ||
		((frame_src != VFE_PIX_0) && (frame_id !=
		vfe_dev->axi_data.src_info[frame_src].frame_id + vfe_dev->
		axi_data.src_info[frame_src].sof_counter_step)) ||