OSDN Git Service

ASoC: rsnd: indicate unknown error at rsnd_dai_call()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 27 May 2021 02:41:21 +0000 (11:41 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 27 May 2021 10:15:29 +0000 (11:15 +0100)
commit9ff07d19fb28ce8544d3ee4755673020b00487e6
tree0c606238d46625755c562ed89e2890906e701f9b
parent54e81e9446377c36fdcb952ca7db43e59857e0d7
ASoC: rsnd: indicate unknown error at rsnd_dai_call()

Current rsnd_dai_call() doesn't indicate error message,
thus it is very difficult to know the issue
when strange things happen.
This patch indicates error for it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Message-Id: <871r9snbji.wl-kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c