projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042e57d
)
ASoC: renesas: msiof: tidyup error message
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 28 Aug 2025 02:21:51 +0000
(
02:21
+0000)
committer
Mark Brown
<broonie@kernel.org>
Thu, 28 Aug 2025 09:08:26 +0000
(11:08 +0200)
The meesage was strange. tidyup it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Message-ID: <87frdcuqww.wl-kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/rcar/msiof.c
patch
|
blob
|
history
diff --git
a/sound/soc/renesas/rcar/msiof.c
b/sound/soc/renesas/rcar/msiof.c
index
b7633ed
..
56bf64e
100644
(file)
--- a/
sound/soc/renesas/rcar/msiof.c
+++ b/
sound/soc/renesas/rcar/msiof.c
@@
-218,7
+218,7
@@
static int msiof_hw_stop(struct snd_soc_component *component,
if (priv->err_syc[substream->stream] ||
priv->err_ovf[substream->stream] ||
priv->err_udf[substream->stream])
- dev_warn(dev, "
FSERR(%s)
= %d, FOVF = %d, FUDF = %d\n",
+ dev_warn(dev, "
%s: FSERR
= %d, FOVF = %d, FUDF = %d\n",
snd_pcm_direction_name(substream->stream),
priv->err_syc[substream->stream],
priv->err_ovf[substream->stream],