aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/stm/stm32_sai_sub.c
diff options
context:
space:
mode:
authorSebastian Fricke <sebastian.fricke.linux@gmail.com>2020-04-13 06:29:52 +0200
committerMark Brown <broonie@kernel.org>2020-04-14 15:45:26 +0100
commit9de300abb71f24b190362ff53907ab90505517bc (patch)
tree9bc3f51bafebb6c97fc372a72fe4e465fa2877f6 /sound/soc/stm/stm32_sai_sub.c
parentASoC: dapm: Remove dapm_connect_dai_link_widgets helper (diff)
downloadwireguard-linux-9de300abb71f24b190362ff53907ab90505517bc.tar.xz
wireguard-linux-9de300abb71f24b190362ff53907ab90505517bc.zip
soc/stm/stm32_sub_sai: Add missing '\n' in log messages
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> Link: https://lore.kernel.org/r/20200413042952.7675-1-sebastian.fricke.linux@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--sound/soc/stm/stm32_sai_sub.c2
1 files changed, 1 insertions, 1 deletions
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;
}