aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/txx9
diff options
context:
space:
mode:
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>2017-02-25 21:17:53 +0200
committerMark Brown <broonie@kernel.org>2017-03-07 14:30:37 +0100
commitc2dcce361ab7161e494e93f19a2945574c5a2cd7 (patch)
treed500e05297ea4257e167eb7ca6651c2c141eca1c /sound/soc/txx9
parentLinux 4.11-rc1 (diff)
downloadlinux-dev-c2dcce361ab7161e494e93f19a2945574c5a2cd7.tar.xz
linux-dev-c2dcce361ab7161e494e93f19a2945574c5a2cd7.zip
ASoC: txx9: Added blank line after declarations
This was reported by checkpatch.pl Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/txx9')
-rw-r--r--sound/soc/txx9/txx9aclc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c
index a8f705bb60dc..2cb2e0672c44 100644
--- a/sound/soc/txx9/txx9aclc.c
+++ b/sound/soc/txx9/txx9aclc.c
@@ -392,6 +392,7 @@ static int txx9aclc_pcm_remove(struct snd_soc_platform *platform)
for (i = 0; i < 2; i++) {
struct txx9aclc_dmadata *dmadata = &dev->dmadata[i];
struct dma_chan *chan = dmadata->dma_chan;
+
if (chan) {
dmadata->frag_count = -1;
dmaengine_terminate_all(chan);