ASoC: soc-component: Add missed return for calling soc_component_ret
authorShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 16 Jul 2020 05:07:08 +0000 (13:07 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 16 Jul 2020 22:51:47 +0000 (23:51 +0100)
commitbe75db5772f93da3a6b52552f260ce9da8fbfff8
tree54636a43136a18252c06863fd7bd4d344903df1f
parent1b58214113481616b74ee4d196e5b1cb683758ee
ASoC: soc-component: Add missed return for calling soc_component_ret

Add missed return for calling soc_component_ret, otherwise the return
value is wrong.

Fixes: e2329eeba45f ("ASoC: soc-component: add soc_component_err()")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/1594876028-1845-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-component.c