summaryrefslogtreecommitdiff
path: root/sound/soc/amd/raven/acp3x-pcm-dma.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-09-25 12:45:45 +0300
committerMark Brown <broonie@kernel.org>2019-10-01 14:14:07 +0300
commit67f798c78242ef3051bf6bf304ddb8a09514e1c5 (patch)
tree407403f32d02f9617486bf0b45a0d2e10f59783c /sound/soc/amd/raven/acp3x-pcm-dma.c
parent4b7151dadfd450b837b6b28073ad9f19f4a7547c (diff)
downloadlinux-67f798c78242ef3051bf6bf304ddb8a09514e1c5.tar.xz
ASoC: amd: acp3x: clean up indentation issue
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>
Diffstat (limited to 'sound/soc/amd/raven/acp3x-pcm-dma.c')
-rw-r--r--sound/soc/amd/raven/acp3x-pcm-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/raven/acp3x-pcm-dma.c b/sound/soc/amd/raven/acp3x-pcm-dma.c
index bc4dfafdfcd1..ea57088d50ce 100644
--- 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);