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)
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>

No differences found