Commit b1c5d923 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown

ASoC: ux500: Remove unuseful break after return

This was reported by checkpatch.pl
Signed-off-by: default avatarCodrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment