All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:28 ` Claudiu Beznea
  0 siblings, 0 replies; 8+ messages in thread
From: Claudiu Beznea @ 2022-03-11 11:28 UTC (permalink / raw)
  To: codrin.ciubotariu, lgirdwood, broonie, perex, tiwai,
	nicolas.ferre, alexandre.belloni, ludovic.desroches
  Cc: alsa-devel, linux-arm-kernel, linux-kernel, Claudiu Beznea

Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 sound/soc/atmel/mchp-spdifrx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c
index bcd4f3e4fb0f..5fc968483f2c 100644
--- a/sound/soc/atmel/mchp-spdifrx.c
+++ b/sound/soc/atmel/mchp-spdifrx.c
@@ -920,7 +920,7 @@ static int mchp_spdifrx_probe(struct platform_device *pdev)
 
 	err = devm_snd_dmaengine_pcm_register(&pdev->dev, NULL, 0);
 	if (err) {
-		dev_err(&pdev->dev, "failed to register PMC: %d\n", err);
+		dev_err(&pdev->dev, "failed to register PCM: %d\n", err);
 		return err;
 	}
 
-- 
2.32.0


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

* [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:28 ` Claudiu Beznea
  0 siblings, 0 replies; 8+ messages in thread
From: Claudiu Beznea @ 2022-03-11 11:28 UTC (permalink / raw)
  To: codrin.ciubotariu, lgirdwood, broonie, perex, tiwai,
	nicolas.ferre, alexandre.belloni, ludovic.desroches
  Cc: alsa-devel, linux-arm-kernel, linux-kernel, Claudiu Beznea

Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 sound/soc/atmel/mchp-spdifrx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c
index bcd4f3e4fb0f..5fc968483f2c 100644
--- a/sound/soc/atmel/mchp-spdifrx.c
+++ b/sound/soc/atmel/mchp-spdifrx.c
@@ -920,7 +920,7 @@ static int mchp_spdifrx_probe(struct platform_device *pdev)
 
 	err = devm_snd_dmaengine_pcm_register(&pdev->dev, NULL, 0);
 	if (err) {
-		dev_err(&pdev->dev, "failed to register PMC: %d\n", err);
+		dev_err(&pdev->dev, "failed to register PCM: %d\n", err);
 		return err;
 	}
 
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:28 ` Claudiu Beznea
  0 siblings, 0 replies; 8+ messages in thread
From: Claudiu Beznea @ 2022-03-11 11:28 UTC (permalink / raw)
  To: codrin.ciubotariu, lgirdwood, broonie, perex, tiwai,
	nicolas.ferre, alexandre.belloni, ludovic.desroches
  Cc: alsa-devel, linux-kernel, linux-arm-kernel, Claudiu Beznea

Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 sound/soc/atmel/mchp-spdifrx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c
index bcd4f3e4fb0f..5fc968483f2c 100644
--- a/sound/soc/atmel/mchp-spdifrx.c
+++ b/sound/soc/atmel/mchp-spdifrx.c
@@ -920,7 +920,7 @@ static int mchp_spdifrx_probe(struct platform_device *pdev)
 
 	err = devm_snd_dmaengine_pcm_register(&pdev->dev, NULL, 0);
 	if (err) {
-		dev_err(&pdev->dev, "failed to register PMC: %d\n", err);
+		dev_err(&pdev->dev, "failed to register PCM: %d\n", err);
 		return err;
 	}
 
-- 
2.32.0


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

* Re: [PATCH] ASoC: mchp-spdifrx: fix typo
  2022-03-11 11:28 ` Claudiu Beznea
  (?)
@ 2022-03-11 11:32   ` Codrin.Ciubotariu
  -1 siblings, 0 replies; 8+ messages in thread
From: Codrin.Ciubotariu @ 2022-03-11 11:32 UTC (permalink / raw)
  To: Claudiu.Beznea, lgirdwood, broonie, perex, tiwai, Nicolas.Ferre,
	alexandre.belloni, Ludovic.Desroches
  Cc: alsa-devel, linux-arm-kernel, linux-kernel

On 11.03.2022 13:28, Claudiu Beznea wrote:
> Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>

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

* Re: [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:32   ` Codrin.Ciubotariu
  0 siblings, 0 replies; 8+ messages in thread
From: Codrin.Ciubotariu @ 2022-03-11 11:32 UTC (permalink / raw)
  To: Claudiu.Beznea, lgirdwood, broonie, perex, tiwai, Nicolas.Ferre,
	alexandre.belloni, Ludovic.Desroches
  Cc: alsa-devel, linux-kernel, linux-arm-kernel

On 11.03.2022 13:28, Claudiu Beznea wrote:
> Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>

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

* Re: [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:32   ` Codrin.Ciubotariu
  0 siblings, 0 replies; 8+ messages in thread
From: Codrin.Ciubotariu @ 2022-03-11 11:32 UTC (permalink / raw)
  To: Claudiu.Beznea, lgirdwood, broonie, perex, tiwai, Nicolas.Ferre,
	alexandre.belloni, Ludovic.Desroches
  Cc: alsa-devel, linux-arm-kernel, linux-kernel

On 11.03.2022 13:28, Claudiu Beznea wrote:
> Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ASoC: mchp-spdifrx: fix typo
  2022-03-11 11:28 ` Claudiu Beznea
@ 2022-03-11 20:22   ` Mark Brown
  -1 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-03-11 20:22 UTC (permalink / raw)
  To: perex, ludovic.desroches, tiwai, alexandre.belloni, lgirdwood,
	nicolas.ferre, Claudiu Beznea, codrin.ciubotariu
  Cc: alsa-devel, linux-kernel, linux-arm-kernel

On Fri, 11 Mar 2022 13:28:18 +0200, Claudiu Beznea wrote:
> Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: mchp-spdifrx: fix typo
      commit: 886e09c77d2b48559d26928a5705a20ef3ac117d

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] 8+ messages in thread

* Re: [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 20:22   ` Mark Brown
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Brown @ 2022-03-11 20:22 UTC (permalink / raw)
  To: perex, ludovic.desroches, tiwai, alexandre.belloni, lgirdwood,
	nicolas.ferre, Claudiu Beznea, codrin.ciubotariu
  Cc: alsa-devel, linux-kernel, linux-arm-kernel

On Fri, 11 Mar 2022 13:28:18 +0200, Claudiu Beznea wrote:
> Fix typo in log describing failure of devm_snd_dmaengine_pcm_register().
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: mchp-spdifrx: fix typo
      commit: 886e09c77d2b48559d26928a5705a20ef3ac117d

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-03-14  7:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 11:28 [PATCH] ASoC: mchp-spdifrx: fix typo Claudiu Beznea
2022-03-11 11:28 ` Claudiu Beznea
2022-03-11 11:28 ` Claudiu Beznea
2022-03-11 11:32 ` Codrin.Ciubotariu
2022-03-11 11:32   ` Codrin.Ciubotariu
2022-03-11 11:32   ` Codrin.Ciubotariu
2022-03-11 20:22 ` Mark Brown
2022-03-11 20:22   ` 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.