lkml.org 
[lkml]   [2022]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.15 364/913] ASoC: imx-es8328: Fix error return code in imx_es8328_probe()
    Date
    From: Wang Wensheng <wangwensheng4@huawei.com>

    [ Upstream commit 3b891513f95cba3944e72c1139ea706d04f3781b ]

    Fix to return a negative error code from the error handling case instead
    of 0, as done elsewhere in this function.

    Fixes: 7e7292dba215 ("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>
    ---
    sound/soc/fsl/imx-es8328.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/sound/soc/fsl/imx-es8328.c b/sound/soc/fsl/imx-es8328.c
    index 1981dcd7e930..a7fb53e0f96f 100644
    --- a/sound/soc/fsl/imx-es8328.c
    +++ b/sound/soc/fsl/imx-es8328.c
    @@ -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;
    }

    --
    2.34.1


    \
     
     \ /
      Last update: 2022-04-05 22:22    [W:3.018 / U:1.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site