[PATCH] PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup
Rob Herring
robh at kernel.org
Thu Mar 24 14:03:20 PDT 2022
On Wed, Mar 09, 2022 at 09:19:52AM +0000, Miaoqian Lin wrote:
> The of_find_compatible_node() function returns a node pointer with
> refcount incremented, We should use of_node_put() on it when done
> Add the missing of_node_put() to release the refcount.
>
> Fixes: 87e8657ba99c ("PCI: mediatek: Add new method to get shared pcie-cfg base address")
> Signed-off-by: Miaoqian Lin <linmq006 at gmail.com>
> ---
> drivers/pci/controller/pcie-mediatek.c | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Rob Herring <robh at kernel.org>
More information about the Linux-mediatek
mailing list