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

Commit 3d553070 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Change warning log to error rate limited log" into dev/msm-4.9-camx

parents 83f55155 77a3f66a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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_idx1] - event_cnt[core_idx0] > 1))) {
		(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",
			"One of the VFE cound not generate hw event %d",
			hw_event_type);
			hw_event_type);
		rc = -1;
		rc = -1;