OSDN Git Service

MIPS: Remove unreachable break statements from cp1emu.c
authorDavid Daney <david.daney@cavium.com>
Mon, 19 Aug 2013 19:10:35 +0000 (12:10 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Aug 2013 13:33:40 +0000 (15:33 +0200)
commit36b0f79b3087f4e4863ce1253df605e809e74531
treed1c13e94348bb76242d3e47e899b78a27d82dfb9
parent43d309390349010cd384ab5a0feebf16b03b9a94
MIPS: Remove unreachable break statements from cp1emu.c

There were many cases of:

   return something;
   break;

All those break statements are unreachable and thus redundant.

Signed-off-by: David Daney <david.daney@cavium.com>
Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5727/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/cp1emu.c