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

ASoC: pxa: Remove unneeded return statement in void function

This was reported by checkpatch.pl
Signed-off-by: NCodrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 672e3cbe
...@@ -166,7 +166,6 @@ static void mmp_pcm_free_dma_buffers(struct snd_pcm *pcm) ...@@ -166,7 +166,6 @@ static void mmp_pcm_free_dma_buffers(struct snd_pcm *pcm)
buf->area = NULL; buf->area = NULL;
} }
return;
} }
static int mmp_pcm_preallocate_dma_buffer(struct snd_pcm_substream *substream, static int mmp_pcm_preallocate_dma_buffer(struct snd_pcm_substream *substream,
......
...@@ -119,7 +119,6 @@ static void mmp_sspa_shutdown(struct snd_pcm_substream *substream, ...@@ -119,7 +119,6 @@ static void mmp_sspa_shutdown(struct snd_pcm_substream *substream,
clk_disable(priv->sspa->clk); clk_disable(priv->sspa->clk);
clk_disable(priv->sysclk); clk_disable(priv->sysclk);
return;
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册