]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: txx9: Added blank line after declarations
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 19:17:53 +0000 (21:17 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:30:37 +0000 (14:30 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/txx9/txx9aclc.c

index a8f705bb60dc087a733e74031a777d91e20b09fe..2cb2e0672c44c411d01da6f8dae5ebba0d3053d9 100644 (file)
@@ -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);