Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 36b0f79b authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

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: default avatarDavid Daney <david.daney@cavium.com>
Reviewed-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5727/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 43d30939
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment