projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9779a8e
)
ASoC: SOF: amd: Remove unneeded semicolon
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Wed, 9 Mar 2022 00:49:29 +0000
(08:49 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 9 Mar 2022 17:34:56 +0000
(17:34 +0000)
Fix the following coccicheck warnings:
./sound/soc/sof/amd/acp.c:280:3-4: Unneeded semicolon.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20220309004929.125558-2-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/acp.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/amd/acp.c
b/sound/soc/sof/amd/acp.c
index 66ca05545be27c4d4bca47a4e20ac5b65720657c..71d71c152342aaef3456421f6d95cc9b0d009ee9 100644
(file)
--- a/
sound/soc/sof/amd/acp.c
+++ b/
sound/soc/sof/amd/acp.c
@@
-277,7
+277,7
@@
static irqreturn_t acp_irq_thread(int irq, void *context)
dev_err(sdev->dev, "%s: Failed to acquire HW lock\n", __func__);
return IRQ_NONE;
}
- }
;
+ }
sof_ops(sdev)->irq_thread(irq, sdev);
val |= ACP_DSP_TO_HOST_IRQ;