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

Commit 435f022b authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: csid: Fix the EOT IRQ Reception for Sensors with EPD" into...

Merge "msm: camera: csid: Fix the EOT IRQ Reception for Sensors with EPD" into camera-kernel.lnx.4.0
parents 73f713fd 975ced97
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -4927,8 +4927,9 @@ irqreturn_t cam_ife_csid_irq(int irq_num, void *data)
			fatal_err_detected = true;
			goto handle_fatal_error;
		}
		if (irq_status[CAM_IFE_CSID_IRQ_REG_RX] &
			CSID_CSI2_RX_ERROR_CPHY_EOT_RECEPTION) {
		if ((irq_status[CAM_IFE_CSID_IRQ_REG_RX] &
			CSID_CSI2_RX_ERROR_CPHY_EOT_RECEPTION) &&
			(!csid_hw->epd_supported)) {
			CAM_ERR_RATE_LIMIT(CAM_ISP,
				"CSID:%d CPHY_EOT_RECEPTION",
				csid_hw->hw_intf->hw_idx);