All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] ASoC: SOF: amd: Remove unneeded semicolon
@ 2022-03-09  0:49 ` Jiapeng Chong
  0 siblings, 0 replies; 6+ messages in thread
From: Jiapeng Chong @ 2022-03-09  0:49 UTC (permalink / raw)
  To: pierre-louis.bossart
  Cc: Jiapeng Chong, alsa-devel, kai.vehmanen, linux-kernel, tiwai,
	Abaci Robot, lgirdwood, broonie, ranjani.sridharan,
	daniel.baluta, sound-open-firmware

Fix the following coccicheck warnings:

./sound/soc/sof/amd/acp-ipc.c:74:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 sound/soc/sof/amd/acp-ipc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sof/amd/acp-ipc.c b/sound/soc/sof/amd/acp-ipc.c
index 9fcd2535fd3b..e1842f037083 100644
--- a/sound/soc/sof/amd/acp-ipc.c
+++ b/sound/soc/sof/amd/acp-ipc.c
@@ -71,7 +71,7 @@ int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
 			dev_err(sdev->dev, "%s: Failed to acquire HW lock\n", __func__);
 			return -EINVAL;
 		}
-	};
+	}
 
 	acp_mailbox_write(sdev, offset, msg->msg_data, msg->msg_size);
 	acp_ipc_host_msg_set(sdev);
-- 
2.20.1.7.g153144c


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

* [PATCH 2/2] ASoC: SOF: amd: Remove unneeded semicolon
@ 2022-03-09  0:49 ` Jiapeng Chong
  0 siblings, 0 replies; 6+ messages in thread
From: Jiapeng Chong @ 2022-03-09  0:49 UTC (permalink / raw)
  To: pierre-louis.bossart
  Cc: lgirdwood, ranjani.sridharan, kai.vehmanen, daniel.baluta,
	broonie, perex, tiwai, sound-open-firmware, alsa-devel,
	linux-kernel, Jiapeng Chong, Abaci Robot

Fix the following coccicheck warnings:

./sound/soc/sof/amd/acp-ipc.c:74:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 sound/soc/sof/amd/acp-ipc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sof/amd/acp-ipc.c b/sound/soc/sof/amd/acp-ipc.c
index 9fcd2535fd3b..e1842f037083 100644
--- a/sound/soc/sof/amd/acp-ipc.c
+++ b/sound/soc/sof/amd/acp-ipc.c
@@ -71,7 +71,7 @@ int acp_sof_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg)
 			dev_err(sdev->dev, "%s: Failed to acquire HW lock\n", __func__);
 			return -EINVAL;
 		}
-	};
+	}
 
 	acp_mailbox_write(sdev, offset, msg->msg_data, msg->msg_size);
 	acp_ipc_host_msg_set(sdev);
-- 
2.20.1.7.g153144c


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

* [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon
  2022-03-09  0:49 ` Jiapeng Chong
@ 2022-03-09  0:49   ` Jiapeng Chong
  -1 siblings, 0 replies; 6+ messages in thread
From: Jiapeng Chong @ 2022-03-09  0:49 UTC (permalink / raw)
  To: pierre-louis.bossart
  Cc: Jiapeng Chong, alsa-devel, kai.vehmanen, linux-kernel, tiwai,
	Abaci Robot, lgirdwood, broonie, ranjani.sridharan,
	daniel.baluta, sound-open-firmware

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>
---
 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


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

* [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon
@ 2022-03-09  0:49   ` Jiapeng Chong
  0 siblings, 0 replies; 6+ messages in thread
From: Jiapeng Chong @ 2022-03-09  0:49 UTC (permalink / raw)
  To: pierre-louis.bossart
  Cc: lgirdwood, ranjani.sridharan, kai.vehmanen, daniel.baluta,
	broonie, perex, tiwai, sound-open-firmware, alsa-devel,
	linux-kernel, Jiapeng Chong, Abaci Robot

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>
---
 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


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

* Re: [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon
  2022-03-09  0:49   ` Jiapeng Chong
@ 2022-03-10 11:35     ` Mark Brown
  -1 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-03-10 11:35 UTC (permalink / raw)
  To: Jiapeng Chong, pierre-louis.bossart
  Cc: kai.vehmanen, perex, tiwai, linux-kernel, alsa-devel,
	sound-open-firmware, ranjani.sridharan, Abaci Robot,
	daniel.baluta, lgirdwood

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

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

* Re: [PATCH 1/2] ASoC: SOF: amd: Remove unneeded semicolon
@ 2022-03-10 11:35     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-03-10 11:35 UTC (permalink / raw)
  To: Jiapeng Chong, pierre-louis.bossart
  Cc: alsa-devel, kai.vehmanen, lgirdwood, Abaci Robot, linux-kernel,
	tiwai, ranjani.sridharan, daniel.baluta, sound-open-firmware

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

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

end of thread, other threads:[~2022-03-10 11:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-09  0:49 [PATCH 2/2] ASoC: SOF: amd: Remove unneeded semicolon Jiapeng Chong
2022-03-09  0:49 ` Jiapeng Chong
2022-03-09  0:49 ` [PATCH 1/2] " Jiapeng Chong
2022-03-09  0:49   ` Jiapeng Chong
2022-03-10 11:35   ` Mark Brown
2022-03-10 11:35     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.