Re: [PATCH v2] PCI: brcmstb: Fix refcount leak in brcm_pcie_probe

From: Rob Herring
Date: Mon Jun 06 2022 - 17:34:00 EST


On Fri, Jun 3, 2022 at 8:09 AM Miaoqian Lin <linmq006@xxxxxxxxx> wrote:
>
> of_parse_phandle() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when not need anymore.
> Add missing of_node_put() to avoid refcount leak.
>
> Fixes: 40ca1bf580ef ("PCI: brcmstb: Add MSI support")
> Signed-off-by: Miaoqian Lin <linmq006@xxxxxxxxx>
> ---
> changes in v2:
> - update Fixes tag.
> v1 Link: https://lore.kernel.org/r/20220602125003.10723-1-linmq006@xxxxxxxxx
> ---
> drivers/pci/controller/pcie-brcmstb.c | 2 ++
> 1 file changed, 2 insertions(+)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>