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

Commit d2d1c3d4 authored by Sandeep Panda's avatar Sandeep Panda Committed by Gerrit - the friendly Code Review server
Browse files

mdss: remove panic due to excessive interrupt errors



Mdss clock pll is in bad state which leads to excessive
interrupt errors. Remove force panic in this scenario to
avoid crashing the target.

Change-Id: Ic21744b97900060418629ae75455a293cb828476
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent b17afbac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3069,7 +3069,7 @@ static void __dsi_error_counter(struct dsi_err_container *err_container)
		pr_err("%s: panic in WQ as dsi error intrs within:%dms\n",
				__func__, err_container->err_time_delta);
		MDSS_XLOG_TOUT_HANDLER_WQ("mdp", "dsi0_ctrl", "dsi0_phy",
			"dsi1_ctrl", "dsi1_phy", "panic");
			"dsi1_ctrl", "dsi1_phy");
	}
}