aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/math-emu/fp_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/math-emu/fp_log.c')
-rw-r--r--arch/m68k/math-emu/fp_log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/math-emu/fp_log.c b/arch/m68k/math-emu/fp_log.c
index 367ecee2f981..3384a5244fbd 100644
--- a/arch/m68k/math-emu/fp_log.c
+++ b/arch/m68k/math-emu/fp_log.c
@@ -105,9 +105,6 @@ fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src)
fp_monadic_check(dest, src);
- if (IS_ZERO(dest))
- return dest;
-
return dest;
}