From: David Daney Date: Mon, 19 Aug 2013 19:10:35 +0000 (-0700) Subject: MIPS: Remove unreachable break statements from cp1emu.c X-Git-Tag: v3.12-rc1~21^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b0f79b3087f4e4863ce1253df605e809e74531;p=pandora-kernel.git 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-diff-tree failed