ASoC: renesas: msiof: tidyup error message

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>
This commit is contained in:
Kuninori Morimoto 2025-08-28 02:21:51 +00:00 committed by Mark Brown
parent 042e57d59b
commit d3593ac41a
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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],