[PATCH 0/2] PCI: rcar: Fix of_find_matching_node() reference leak

Bjorn Helgaas posted 2 patches 3 years, 10 months ago
drivers/pci/controller/pcie-rcar-host.c | 113 +++++++++++++-----------
1 file changed, 60 insertions(+), 53 deletions(-)
[PATCH 0/2] PCI: rcar: Fix of_find_matching_node() reference leak
Posted by Bjorn Helgaas 3 years, 10 months ago
From: Bjorn Helgaas <bhelgaas@google.com>

Alternate proposal for Liang's patch [1].

This is a bulkier fix, but removes the redundant
rcar_pcie_abort_handler_of_match[] table.

It also simplifies the unusual device_initcall()/builtin_platform_driver() 
construct, which seems unnecessary as far as I can tell.

Compile-tested only.

[1] https://lore.kernel.org/r/20220621070145.4080147-1-windhl@126.com

Bjorn Helgaas (2):
  PCI: rcar: Add dev struct for of_device_get_match_data()
  PCI: rcar: Resolve of_find_matching_node() reference leak

 drivers/pci/controller/pcie-rcar-host.c | 113 +++++++++++++-----------
 1 file changed, 60 insertions(+), 53 deletions(-)

-- 
2.25.1