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

Rob Herring robh at kernel.org
Mon Jun 6 14:33:30 PDT 2022


On Fri, Jun 3, 2022 at 8:09 AM Miaoqian Lin <linmq006 at gmail.com> 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 at gmail.com>
> ---
> changes in v2:
> - update Fixes tag.
> v1 Link: https://lore.kernel.org/r/20220602125003.10723-1-linmq006@gmail.com
> ---
>  drivers/pci/controller/pcie-brcmstb.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Rob Herring <robh at kernel.org>



More information about the linux-arm-kernel mailing list