lkml.org 
[lkml]   [2022]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.17 131/772] ASoC: SOF: amd: add missing platform_device_unregister in acp_pci_rn_probe
    Date
    From: Zheng Bin <zhengbin13@huawei.com>

    [ Upstream commit cbcab8cd737c74c20195c31d647e19f7cb49c9b8 ]

    acp_pci_rn_probe misses a call platform_device_unregister in error path,
    this patch fixes that.

    Signed-off-by: Zheng Bin <zhengbin13@huawei.com>
    Link: https://lore.kernel.org/r/20220512013728.4128903-1-zhengbin13@huawei.com
    Signed-off-by: Mark Brown <broonie@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    sound/soc/sof/amd/pci-rn.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/sound/soc/sof/amd/pci-rn.c b/sound/soc/sof/amd/pci-rn.c
    index 392ffbdf6417..d809d151a38c 100644
    --- a/sound/soc/sof/amd/pci-rn.c
    +++ b/sound/soc/sof/amd/pci-rn.c
    @@ -93,6 +93,7 @@ static int acp_pci_rn_probe(struct pci_dev *pci, const struct pci_device_id *pci
    res = devm_kzalloc(&pci->dev, sizeof(struct resource) * ARRAY_SIZE(renoir_res), GFP_KERNEL);
    if (!res) {
    sof_pci_remove(pci);
    + platform_device_unregister(dmic_dev);
    return -ENOMEM;
    }

    --
    2.35.1


    \
     
     \ /
      Last update: 2022-06-07 22:43    [W:2.814 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site