提交 5c4c99f3 编写于 作者: T Takashi Iwai 提交者: Mark Brown

ASoC: imx-es8328: Fix missing return code in imx_es8328_probe()

An error code was forgotten to be passed in the error path of
imx_es8328_probe().
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 a5448c88
...@@ -104,6 +104,7 @@ static int imx_es8328_probe(struct platform_device *pdev) ...@@ -104,6 +104,7 @@ static int imx_es8328_probe(struct platform_device *pdev)
if (ext_port > MUX_PORT_MAX || ext_port == 0) { if (ext_port > MUX_PORT_MAX || ext_port == 0) {
dev_err(dev, "mux-ext-port: hardware only has %d mux ports\n", dev_err(dev, "mux-ext-port: hardware only has %d mux ports\n",
MUX_PORT_MAX); MUX_PORT_MAX);
ret = -EINVAL;
goto fail; goto fail;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册