commit | 36b0f79b3087f4e4863ce1253df605e809e74531 | [log] [tgz] |
---|---|---|
author | David Daney <david.daney@cavium.com> | Mon Aug 19 12:10:35 2013 -0700 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Aug 26 15:33:40 2013 +0200 |
tree | d1c13e94348bb76242d3e47e899b78a27d82dfb9 | |
parent | 43d309390349010cd384ab5a0feebf16b03b9a94 [diff] |
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>