git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d3093
)
MIPS: Remove unreachable break statements from cp1emu.c
author
David Daney
<david.daney@cavium.com>
Mon, 19 Aug 2013 19:10:35 +0000
(12:10 -0700)
committer
Ralf 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