* [PATCH] ASoC: ux500: Remove unuseful break after return
@ 2017-02-25 19:41 Codrut Grosu
0 siblings, 0 replies; only message in thread
From: Codrut Grosu @ 2017-02-25 19:41 UTC (permalink / raw)
To: perex, tiwai; +Cc: lgirdwood, broonie, alsa-devel, linux-kernel, Codrut Grosu
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
---
sound/soc/ux500/ux500_msp_i2s.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c
index 959d7b4..bd5266a 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)
break;
default:
return -EINVAL;
- break;
}
return 0;
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-25 19:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 19:41 [PATCH] ASoC: ux500: Remove unuseful break after return Codrut Grosu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).