Unverified Commit 53032b02 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!2282 sdei_watchdog: Avoid exception during sdei handler

parents 9905568f d9b81574
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ static int sdei_watchdog_callback(u32 event,
	if (delta < watchdog_thresh * (u64)NSEC_PER_SEC * 4 / 5) {
		pr_err(FW_BUG "SDEI Watchdog event triggered too soon, "
			"time to last check:%lld ns\n", delta);
		WARN_ON(1);
		return 0;
	}