m68k/math-emu: Remove unnecessary code
authorGreg Dietsche <Gregory.Dietsche@cuw.edu>
Thu, 16 Jun 2011 16:42:07 +0000 (11:42 -0500)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 30 Jul 2011 19:21:40 +0000 (21:21 +0200)
commitd3690f8b713f9710e68214ca38fb8b07b587a2a7
tree22ce13dd5e5f9d0a3b84dc4b741cef9575462d52
parentffe6c42aa3f731f8707e49c39b4b37310ed363e9
m68k/math-emu: Remove unnecessary code

Remove unnecessary code that matches this coccinelle pattern

if (...)
return ret;
return ret;

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/math-emu/fp_log.c