projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fcf1e5
)
ASoC: ux500: Remove unuseful break after return
author
Codrut Grosu
<codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 19:41:25 +0000
(21:41 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Mar 2017 13:31:26 +0000
(14:31 +0100)
This was reported by checkpatch.pl
Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ux500/ux500_msp_i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/ux500/ux500_msp_i2s.c
b/sound/soc/ux500/ux500_msp_i2s.c
index 959d7b4edf56a94d167d09ea07ca7a597a64bbce..bd5266aca0f128c855a20b0358377f9804f1437f 100644
(file)
--- 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;