ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 28 Sep 2020 00:01:36 +0000 (09:01 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 28 Sep 2020 16:01:47 +0000 (17:01 +0100)
commitbcae16317bcfa45f6b767cf59e02e9cc72715d27
treeb42366199594de3090bf3864ed507b84d4db18ee
parentce820145a9ec04797a417fcb01b8ff02dcfd9846
ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()

snd_soc_component_module_get(), snd_soc_component_open() itself will
indicate error message, thus, soc_pcm_components_open() don't need to
handle it.
This patch removes these.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87d026bwms.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c