Skip to content

Commit

Permalink
x86_32: remove redundant KERN_INFO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Jul 18, 2008
1 parent 4712965 commit 1181f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/signal_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1181f8b

Please sign in to comment.