mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: amd: acp: clean up some inconsistent indentings
@ 2023-07-13  6:51 Yang Li
  2023-07-13 20:24 ` Mark Brown
  2023-07-16 12:51 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-07-13  6:51 UTC (permalink / raw)
  To: perex
  Cc: tiwai, broonie, lgirdwood, alsa-devel, linux-kernel, Yang Li,
	Abaci Robot

sound/soc/amd/acp/acp-rembrandt.c:283 rmb_pcm_resume() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5863
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/amd/acp/acp-rembrandt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/amd/acp/acp-rembrandt.c b/sound/soc/amd/acp/acp-rembrandt.c
index 89314d95ec2b..21e67ed956d1 100644
--- a/sound/soc/amd/acp/acp-rembrandt.c
+++ b/sound/soc/amd/acp/acp-rembrandt.c
@@ -280,8 +280,8 @@ static int __maybe_unused rmb_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 rmb_dma_pm_ops = {
-- 
2.20.1.7.g153144c


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-16 12:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13  6:51 [PATCH -next] ASoC: amd: acp: clean up some inconsistent indentings Yang Li
2023-07-13 20:24 ` Mark Brown
2023-07-16 12:51 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®