ASoC: pxa: Remove unneeded return statement in void function

This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Codrut Grosu
2017-02-25 23:06:36 +02:00
committed by Mark Brown
parent 672e3cbe78
commit 17339f6099
2 changed files with 0 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ static void mmp_sspa_shutdown(struct snd_pcm_substream *substream,
clk_disable(priv->sspa->clk);
clk_disable(priv->sysclk);
return;
}
/*