projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79323dc
)
ASoC: amd: acp: Fix for indentation issue
author
Syed Saba Kareem
<Syed.SabaKareem@amd.com>
Tue, 31 Oct 2023 13:59:32 +0000
(19:29 +0530)
committer
Mark Brown
<broonie@kernel.org>
Mon, 13 Nov 2023 01:26:09 +0000
(
01:26
+0000)
Fix indentation issue reported in acp70_pcm_resume() function.
Fixes: e84db124cb21 (ASoC: amd: acp: Add pci legacy driver support
for acp7.0 platform")
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link:
https://lore.kernel.org/r/20231031135949.1064581-1-Syed.SabaKareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp70.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/acp/acp70.c
b/sound/soc/amd/acp/acp70.c
index dd384c966ae9219faecd7f54f66728cd03c0a1c0..1d699c96f6197e30f79ed391c7763ed005f9af83 100644
(file)
--- a/
sound/soc/amd/acp/acp70.c
+++ b/
sound/soc/amd/acp/acp70.c
@@
-229,8
+229,8
@@
static int __maybe_unused acp70_pcm_resume(struct device *dev)
}
}
}
-
spin_unlock(&adata->acp_lock);
-
return 0;
+ spin_unlock(&adata->acp_lock);
+ return 0;
}
static const struct dev_pm_ops acp70_dma_pm_ops = {