提交 b1c5d923 编写于 作者: C Codrut Grosu 提交者: Mark Brown

ASoC: ux500: Remove unuseful break after return

This was reported by checkpatch.pl
Signed-off-by: NCodrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 8fcf1e5e
...@@ -604,7 +604,6 @@ int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction) ...@@ -604,7 +604,6 @@ int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
break; break;
default: default:
return -EINVAL; return -EINVAL;
break;
} }
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册