linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc/stm/stm32_sub_sai: Add missing '\n' in log messages
@ 2020-04-13  4:29 Sebastian Fricke
  2020-04-14 14:46 ` Applied "soc/stm/stm32_sub_sai: Add missing '\n' in log messages" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Fricke @ 2020-04-13  4:29 UTC (permalink / raw)
  To: olivier.moysan
  Cc: alsa-devel, linux-kernel, Alexandre Torgue, kernel-janitors,
	Takashi Iwai, Arnaud Pouliquen, Liam Girdwood, Jaroslav Kysela,
	sebastian.fricke.linux, Mark Brown, Maxime Coquelin, linux-stm32,
	linux-arm-kernel

Message logged by 'dev_xxx()' or 'pr_xxx()' should end with a '\n'.

Fixes: 3e086ed("ASoC: stm32: add SAI drivers")

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
---
 sound/soc/stm/stm32_sai_sub.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/stm/stm32_sai_sub.c b/sound/soc/stm/stm32_sai_sub.c
index 0d0c9afd8791..34a7c3d6fb91 100644
--- a/sound/soc/stm/stm32_sai_sub.c
+++ b/sound/soc/stm/stm32_sai_sub.c
@@ -837,7 +837,7 @@ static int stm32_sai_set_config(struct snd_soc_dai *cpu_dai,
 		cr1 = SAI_XCR1_DS_SET(SAI_DATASIZE_32);
 		break;
 	default:
-		dev_err(cpu_dai->dev, "Data format not supported");
+		dev_err(cpu_dai->dev, "Data format not supported\n");
 		return -EINVAL;
 	}
 
-- 
2.20.1


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

end of thread, other threads:[~2020-04-14 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-13  4:29 [PATCH] soc/stm/stm32_sub_sai: Add missing '\n' in log messages Sebastian Fricke
2020-04-14 14:46 ` Applied "soc/stm/stm32_sub_sai: Add missing '\n' in log messages" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).