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

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

Merge "msm: mdss: change fatal xlog to be done synchronously"

parents 334b586b cbba73a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ struct debug_bus {
 * forced to happen during the call, even when xlog is disabled.
 */
#define MDSS_XLOG_TOUT_HANDLER_FATAL_DUMP(...)	\
	mdss_xlog_tout_handler_default(true, true, __func__, ##__VA_ARGS__, \
	mdss_xlog_tout_handler_default(true, false, __func__, ##__VA_ARGS__, \
		XLOG_TOUT_DATA_LIMITER)

#define MDSS_XLOG_DBG(...) mdss_xlog(__func__, __LINE__, MDSS_XLOG_DBG, \