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

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

Merge "arm64: debug: remove noisy, pointless warning"

parents 7662ef32 e9f97e1b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -318,9 +318,6 @@ static int brk_handler(unsigned long addr, unsigned int esr,
	if (call_break_hook(regs, esr) == DBG_HOOK_HANDLED)
		return 0;

	pr_warn("unexpected brk exception at %lx, esr=0x%x\n",
			(long)instruction_pointer(regs), esr);

	if (!user_mode(regs))
		return -EFAULT;