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

Commit df3fbe63 authored by Alok Kediya's avatar Alok Kediya Committed by Gerrit - the friendly Code Review server
Browse files

msm: ispif: change error message to ratelimited.



Change the error messages to rate limited since causing
watchdog bark.

Change-Id: I368e5477705f4b2b2f77b73890da811ddf16159b
Signed-off-by: default avatarAlok Kediya <kediya@codeaurora.org>
parent 10b5b6ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1322,7 +1322,8 @@ static inline void msm_ispif_read_irq_status(struct ispif_irq_status *out,
	}

	if (fatal_err == true) {
		pr_err("%s: fatal error, stop ispif immediately\n", __func__);
		pr_err_ratelimited("%s: fatal error, stop ispif immediately\n",
			__func__);
		for (i = 0; i < ispif->vfe_info.num_vfe; i++) {
			msm_camera_io_w(ISPIF_STOP_INTF_IMMEDIATELY,
				ispif->base + ISPIF_VFE_m_INTF_CMD_0(i));