Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2dcce36 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown
Browse files

ASoC: txx9: Added blank line after declarations



This was reported by checkpatch.pl

Signed-off-by: default avatarCodrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1ae3cfa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);