2022-03-09 02:15:28

by Jiapeng Chong

[permalink] [raw]
Subject: [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon

Fix the following coccicheck warnings:

./sound/soc/sof/amd/acp.c:280:3-4: Unneeded semicolon.

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
---
sound/soc/sof/amd/acp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sof/amd/acp.c b/sound/soc/sof/amd/acp.c
index 66ca05545be2..71d71c152342 100644
--- 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;
--
2.20.1.7.g153144c


2022-03-10 21:44:46

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon

On Wed, 9 Mar 2022 08:49:29 +0800, Jiapeng Chong wrote:
> Fix the following coccicheck warnings:
>
> ./sound/soc/sof/amd/acp.c:280:3-4: Unneeded semicolon.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: SOF: amd: Remove unneeded semicolon
commit: 5af07dad696422d48368409461a754990faa713c
[2/2] ASoC: SOF: amd: Remove unneeded semicolon
commit: 5af07dad696422d48368409461a754990faa713c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark