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

Commit 1181f8b5 authored by Hiroshi Shimamoto's avatar Hiroshi Shimamoto Committed by Ingo Molnar
Browse files

x86_32: remove redundant KERN_INFO



This printk has a KERN_ facility level in the format string.

Signed-off-by: default avatarHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 47129654
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ asmlinkage unsigned long sys_sigreturn(unsigned long __unused)

badframe:
	if (show_unhandled_signals && printk_ratelimit()) {
		printk(KERN_INFO "%s%s[%d] bad frame in sigreturn frame:"
		printk("%s%s[%d] bad frame in sigreturn frame:"
			"%p ip:%lx sp:%lx oeax:%lx",
		    task_pid_nr(current) > 1 ? KERN_INFO : KERN_EMERG,
		    current->comm, task_pid_nr(current), frame, regs->ip,