Skip to content

Commit

Permalink
arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
standby24x7 authored and torvalds committed Jul 1, 2015
1 parent 386ecb1 commit 9b597fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/unicore32/kernel/fpu-ucf64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9b597fd

Please sign in to comment.