You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
ASoC: imx-es8328: Fix error return code in imx_es8328_probe()
[ Upstream commit3b891513f9] Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes:7e7292dba2("ASoC: fsl: add imx-es8328 machine driver") Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com> Link: https://lore.kernel.org/r/20220310091902.129299-1-wangwensheng4@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fe4db4ea21
commit
42042c7a3d
@@ -87,6 +87,7 @@ static int imx_es8328_probe(struct platform_device *pdev)
|
||||
if (int_port > MUX_PORT_MAX || int_port == 0) {
|
||||
dev_err(dev, "mux-int-port: hardware only has %d mux ports\n",
|
||||
MUX_PORT_MAX);
|
||||
ret = -EINVAL;
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user