mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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:
parent
042e57d59b
commit
d3593ac41a
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user