summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-05-06 10:19:51 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-05-12 15:49:59 +1000
commit18197dde71e00cd5e4c7a2662726310a4d5de454 (patch)
treed055f6ea7a99419d6e37e44e80fa28bb1559c06d
parent8881892dc3d9b34bfc4084bea552f38969621f5e (diff)
downloadlinux-18197dde71e00cd5e4c7a2662726310a4d5de454.tar.gz
linux-18197dde71e00cd5e4c7a2662726310a4d5de454.tar.xz
arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--arch/unicore32/kernel/fpu-ucf64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/unicore32/kernel/fpu-ucf64.c b/arch/unicore32/kernel/fpu-ucf64.c
index 282a60ac82ba..a53343a90ca2 100644
--- a/arch/unicore32/kernel/fpu-ucf64.c
+++ b/arch/unicore32/kernel/fpu-ucf64.c
@@ -90,8 +90,8 @@ void ucf64_exchandler(u32 inst, u32 fpexc, struct pt_regs *regs)
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);