x86_32: remove redundant KERN_INFO
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Thu, 3 Jul 2008 20:12:13 +0000 (13:12 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 17:01:04 +0000 (19:01 +0200)
This printk has a KERN_ facility level in the format string.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal_32.c

index d923736..d633d80 100644 (file)
@@ -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,