On Tue, Nov 23, 2021 at 04:37:55PM +0100, Fan Fei wrote: > Some drivers use of_match_device() in probe(), which returns a > "struct of_device_id *". They need only the of_device_id.data member, so > replace of_device_get_match_data() with of_match_device(). > > Fan Fei (7): > PCI: altera: Prefer of_device_get_match_data() over of_match_device() > PCI: cadence: Prefer of_device_get_match_data() over of_match_device() > PCI: kirin: Prefer of_device_get_match_data() over of_match_device() > PCI: dra7xx: Prefer of_device_get_match_data() over of_match_device() > PCI: keystone: Prefer of_device_get_match_data() over > of_match_device() > PCI: artpec6: Prefer of_device_get_match_data() over of_match_device() > PCI: dwc: Prefer of_device_get_match_data() over of_device_device() > > drivers/pci/controller/cadence/pcie-cadence-plat.c | 6 ++---- > drivers/pci/controller/dwc/pci-dra7xx.c | 6 ++---- > drivers/pci/controller/dwc/pci-keystone.c | 4 +--- > drivers/pci/controller/dwc/pcie-artpec6.c | 6 ++---- > drivers/pci/controller/dwc/pcie-designware-plat.c | 6 ++---- > drivers/pci/controller/dwc/pcie-kirin.c | 6 ++---- > drivers/pci/controller/pcie-altera.c | 8 ++++---- > 7 files changed, 15 insertions(+), 27 deletions(-) Applied to pci/driver-cleanup for v5.17, thank you, Fan!