Re: [PATCH] PCI: xilinx-cpm: Fix reference count leak on error path

2021-01-25 Thread Lorenzo Pieralisi
On Wed, 20 Jan 2021 06:37:45 -0800, Pan Bian wrote: > Also drop the reference count of the node on error path. Applied to pci/xilinx, thanks! [1/1] PCI: xilinx-cpm: Fix reference count leak on error path https://git.kernel.org/lpieralisi/pci/c/ae191d2e51 Thanks, Lorenzo

[PATCH] PCI: xilinx-cpm: Fix reference count leak on error path

2021-01-20 Thread Pan Bian
Also drop the reference count of the node on error path. Fixes: 508f610648b9 ("PCI: xilinx-cpm: Add Versal CPM Root Port driver") Signed-off-by: Pan Bian --- drivers/pci/controller/pcie-xilinx-cpm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/controller/pcie-xilinx-cpm.c b/d