projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
386ecb1
)
arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR
author
Masanari Iida
<
[email protected]
>
Tue, 30 Jun 2015 21:59:00 +0000
(14:59 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 1 Jul 2015 02:44:59 +0000
(19:44 -0700)
Signed-off-by: Masanari Iida <
[email protected]
>
Cc: Guan Xuetao <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/unicore32/kernel/fpu-ucf64.c
patch
|
blob
|
history
diff --git
a/arch/unicore32/kernel/fpu-ucf64.c
b/arch/unicore32/kernel/fpu-ucf64.c
index 282a60ac82bacc424ee94bfdf1e3cdd9310197f2..a53343a90ca2944ab9c9a9aa4151c1edad93af3e 100644
(file)
--- 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);