Searched hist:e63434f4cc0da0f3ffe60d932997842f60552517 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pci/controller/ |
H A D | pci-host-common.c | diff e63434f4cc0da0f3ffe60d932997842f60552517 Sat May 23 01:48:20 CEST 2020 Rob Herring <robh@kernel.org> PCI: host-common: Use struct pci_host_bridge.windows list directly
There's no need to create a temporary resource list and then splice it to struct pci_host_bridge.windows list. Just use pci_host_bridge.windows directly. The necessary clean-up is already handled by the PCI core.
Link: https://lore.kernel.org/r/20200522234832.954484-4-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Will Deacon <will@kernel.org>
|