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

Commit 85702624 authored by Ayush Kumar's avatar Ayush Kumar
Browse files

msm: camera: isp: Reset csid error irq count on flush



This change is to reset csid_error_irq_count on flush
to prevent from recovery.

CRs-Fixed: 2926200
Change-Id: I8568fdc679317e41c31f4aeb9cf8c3ae579d8448
Signed-off-by: default avatarAyush Kumar <ayushkr@codeaurora.org>
parent d313b62f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4232,6 +4232,8 @@ int cam_ife_csid_stop(void *hw_priv,
		res->res_state = CAM_ISP_RESOURCE_STATE_INIT_HW;
	}

	csid_hw->error_irq_count = 0;

	CAM_DBG(CAM_ISP,  "%s: Exit\n", __func__);

	return rc;