public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: mchp-spdifrx: fix typo
@ 2022-03-11 11:28 Claudiu Beznea
  2022-03-11 11:32 ` Codrin.Ciubotariu
  2022-03-11 20:22 ` Mark Brown
  0 siblings, 2 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ 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:32 ` Codrin.Ciubotariu
2022-03-11 20:22 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox