aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>2017-02-25 14:41:25 -0500
committerMark Brown <broonie@kernel.org>2017-03-07 08:31:26 -0500
commitb1c5d923720a066b95249f3702a94d27b5714ee9 (patch)
treef7059350b6571e4810aac3454647203c359a4cd4
parent8fcf1e5eb460d8f032c699280f5a33fbf3716c29 (diff)
ASoC: ux500: Remove unuseful break after return
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/ux500/ux500_msp_i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c
index 959d7b4edf56..bd5266aca0f1 100644
--- a/sound/soc/ux500/ux500_msp_i2s.c
+++ b/sound/soc/ux500/ux500_msp_i2s.c
@@ -604,7 +604,6 @@ int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
604 break; 604 break;
605 default: 605 default:
606 return -EINVAL; 606 return -EINVAL;
607 break;
608 } 607 }
609 608
610 return 0; 609 return 0;