lkml.org 
[lkml]   [2022]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.10 31/34] ASoC: mediatek: mt8173: fix device_node leak
    Date
    From: Tzung-Bi Shih <tzungbi@google.com>

    [ Upstream commit 493433785df0075afc0c106ab65f10a605d0b35d ]

    Fixes the device_node leak.

    Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
    Link: https://lore.kernel.org/r/20211224064719.2031210-2-tzungbi@google.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    sound/soc/mediatek/mt8173/mt8173-max98090.c | 3 +++
    sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c | 2 ++
    sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c | 2 ++
    sound/soc/mediatek/mt8173/mt8173-rt5650.c | 2 ++
    4 files changed, 9 insertions(+)

    diff --git a/sound/soc/mediatek/mt8173/mt8173-max98090.c b/sound/soc/mediatek/mt8173/mt8173-max98090.c
    index fc94314bfc02f..3bdd4931316cd 100644
    --- a/sound/soc/mediatek/mt8173/mt8173-max98090.c
    +++ b/sound/soc/mediatek/mt8173/mt8173-max98090.c
    @@ -180,6 +180,9 @@ static int mt8173_max98090_dev_probe(struct platform_device *pdev)
    if (ret)
    dev_err(&pdev->dev, "%s snd_soc_register_card fail %d\n",
    __func__, ret);
    +
    + of_node_put(codec_node);
    + of_node_put(platform_node);
    return ret;
    }

    diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c
    index 0f28dc2217c09..390da5bf727eb 100644
    --- a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c
    +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c
    @@ -218,6 +218,8 @@ static int mt8173_rt5650_rt5514_dev_probe(struct platform_device *pdev)
    if (ret)
    dev_err(&pdev->dev, "%s snd_soc_register_card fail %d\n",
    __func__, ret);
    +
    + of_node_put(platform_node);
    return ret;
    }

    diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c
    index 077c6ee067806..c8e4e85e10575 100644
    --- a/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c
    +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c
    @@ -285,6 +285,8 @@ static int mt8173_rt5650_rt5676_dev_probe(struct platform_device *pdev)
    if (ret)
    dev_err(&pdev->dev, "%s snd_soc_register_card fail %d\n",
    __func__, ret);
    +
    + of_node_put(platform_node);
    return ret;
    }

    diff --git a/sound/soc/mediatek/mt8173/mt8173-rt5650.c b/sound/soc/mediatek/mt8173/mt8173-rt5650.c
    index c28ebf891cb05..e168d31f44459 100644
    --- a/sound/soc/mediatek/mt8173/mt8173-rt5650.c
    +++ b/sound/soc/mediatek/mt8173/mt8173-rt5650.c
    @@ -323,6 +323,8 @@ static int mt8173_rt5650_dev_probe(struct platform_device *pdev)
    if (ret)
    dev_err(&pdev->dev, "%s snd_soc_register_card fail %d\n",
    __func__, ret);
    +
    + of_node_put(platform_node);
    return ret;
    }

    --
    2.34.1
    \
     
     \ /
      Last update: 2022-01-17 18:14    [W:4.250 / U:1.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site