The patch titled Subject: arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR has been added to the -mm tree. Its filename is unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Masanari Iida <standby24x7@xxxxxxxxx> Subject: arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> Cc: Guan Xuetao <gxt@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/unicore32/kernel/fpu-ucf64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/unicore32/kernel/fpu-ucf64.c~unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c arch/unicore32/kernel/fpu-ucf64.c --- a/arch/unicore32/kernel/fpu-ucf64.c~unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c +++ a/arch/unicore32/kernel/fpu-ucf64.c @@ -90,8 +90,8 @@ void ucf64_exchandler(u32 inst, u32 fpex tmp &= ~(FPSCR_CON); exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); } else { - pr_debug(KERN_ERR "UniCore-F64 Error: unhandled exceptions\n"); - pr_debug(KERN_ERR "UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", + pr_debug("UniCore-F64 Error: unhandled exceptions\n"); + pr_debug("UniCore-F64 FPSCR 0x%08x INST 0x%08x\n", cff(FPSCR), inst); ucf64_raise_sigfpe(0, regs); _ Patches currently in -mm which might be from standby24x7@xxxxxxxxx are linux-next.patch unicore32-remove-unnecessary-kern_err-in-fpu-ucf64c.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html