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

Commit b614b103 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mdss: remove panic due to excessive interrupt errors"

parents 83f579a0 d2d1c3d4
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");
	}
}