Pārlūkot izejas kodu

Merge "msm: camera: isp: Reset csid error irq count on flush" into camera-kernel.lnx.5.0

Camera Software Integration 4 gadi atpakaļ
vecāks
revīzija
3fdabd928f

+ 2 - 0
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c

@@ -3252,6 +3252,8 @@ int cam_ife_csid_ver1_stop(void *hw_priv,
 		res->res_state = CAM_ISP_RESOURCE_STATE_INIT_HW;
 	}
 
+	csid_hw->counters.error_irq_count = 0;
+
 	return rc;
 }