metag: Remove duplicate KERN_<LEVEL> prefix
authorJoe Perches <joe@perches.com>
Thu, 14 Jul 2016 17:10:13 +0000 (10:10 -0700)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 15 Jul 2016 08:55:49 +0000 (09:55 +0100)
Use a bare printk to avoid a duplicate KERN_<LEVEL> in logging output.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/mm/fault.c

index f57edca..73b3c50 100644 (file)
@@ -187,7 +187,7 @@ bad_area_nosemaphore:
 
                if (show_unhandled_signals && unhandled_signal(tsk, SIGSEGV) &&
                    printk_ratelimit()) {
-                       pr_info("%s%s[%d]: segfault at %lx pc %08x sp %08x write %d trap %#x (%s)",
+                       printk("%s%s[%d]: segfault at %lx pc %08x sp %08x write %d trap %#x (%s)",
                               task_pid_nr(tsk) > 1 ? KERN_INFO : KERN_EMERG,
                               tsk->comm, task_pid_nr(tsk), address,
                               regs->ctx.CurrPC, regs->ctx.AX[0].U0,