projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7151d
)
ASoC: amd: acp3x: clean up indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Wed, 25 Sep 2019 09:45:45 +0000
(10:45 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 1 Oct 2019 11:14:07 +0000
(12:14 +0100)
There is a statement that is indented one level too deeply,
remove the extraneous tab.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20190925094545.19941-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/raven/acp3x-pcm-dma.c
patch
|
blob
|
history
diff --git
a/sound/soc/amd/raven/acp3x-pcm-dma.c
b/sound/soc/amd/raven/acp3x-pcm-dma.c
index bc4dfafdfcd12757f76e4f78ee12b3ebb89acd62..ea57088d50ce98291dd2c8b705afd226f3700751 100644
(file)
--- a/
sound/soc/amd/raven/acp3x-pcm-dma.c
+++ b/
sound/soc/amd/raven/acp3x-pcm-dma.c
@@
-631,7
+631,7
@@
static int acp3x_audio_probe(struct platform_device *pdev)
res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(&pdev->dev, "IORESOURCE_IRQ FAILED\n");
-
return -ENODEV;
+ return -ENODEV;
}
adata = devm_kzalloc(&pdev->dev, sizeof(*adata), GFP_KERNEL);