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

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

Merge "edac: cortex: Remove WARN_ON messages"

parents 99a10443 a9a0da48
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -714,7 +714,6 @@ static void arm64_sbe_handler(struct perf_event *event,
	errdata.err = SBE;
	edac_printk(KERN_CRIT, EDAC_CPU, "ARM64 CPU ERP: Single-bit error interrupt received on CPU %d!\n",
					cpu);
	WARN_ON(!panic_on_ce);
	arm64_erp_local_handler(&errdata);
}
#endif