Browse Source

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>
Codrut Grosu 8 years ago
parent
commit
c2dcce361a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/txx9/txx9aclc.c

+ 1 - 0
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);