diff options
author | David Daney <david.daney@cavium.com> | 2013-08-19 12:10:35 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-08-26 15:33:40 +0200 |
commit | 36b0f79b3087f4e4863ce1253df605e809e74531 (patch) | |
tree | d1c13e94348bb76242d3e47e899b78a27d82dfb9 /drivers/hv/hv_util.c | |
parent | 43d309390349010cd384ab5a0feebf16b03b9a94 (diff) | |
download | linux-36b0f79b3087f4e4863ce1253df605e809e74531.tar.bz2 |
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>
Diffstat (limited to 'drivers/hv/hv_util.c')
0 files changed, 0 insertions, 0 deletions