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

Commit 77a3f66a authored by Ravikishore Pampana's avatar Ravikishore Pampana Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Change warning log to error rate limited log



Excessive warning logs can cause watchdog bite. Change
warn log to error rate limited log.

Change-Id: If3e74acb09b2cbbe6c09bb0cb58efc6eb73b48f6
Signed-off-by: default avatarRavikishore Pampana <rpampana@codeaurora.org>
parent 7e237193
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3187,7 +3187,7 @@ static int cam_ife_hw_mgr_check_irq_for_dual_vfe(
		(event_cnt[core_idx1] &&
		(event_cnt[core_idx1] - event_cnt[core_idx0] > 1))) {

		CAM_WARN(CAM_ISP,
		CAM_ERR_RATE_LIMIT(CAM_ISP,
			"One of the VFE cound not generate hw event %d",
			hw_event_type);
		rc = -1;