projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
ASoC: txx9: Added blank line after declarations
author
Codrut Grosu
<codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 19:17:53 +0000
(21:17 +0200)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/txx9/txx9aclc.c
b/sound/soc/txx9/txx9aclc.c
index a8f705bb60dc087a733e74031a777d91e20b09fe..2cb2e0672c44c411d01da6f8dae5ebba0d3053d9 100644
(file)
--- 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);