From 36b0f79b3087f4e4863ce1253df605e809e74531 Mon Sep 17 00:00:00 2001 From: David Daney Date: Mon, 19 Aug 2013 12:10:35 -0700 Subject: [PATCH] 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 Reviewed-by: Aaro Koskinen Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5727/ Signed-off-by: Ralf Baechle --- Reading git-format-patch failed