]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: versatile: Use pci_host_probe() to register host
authorRob Herring <robh@kernel.org>
Fri, 22 May 2020 23:48:25 +0000 (17:48 -0600)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 10 Jul 2020 10:50:23 +0000 (11:50 +0100)
commit68f8dde00c3f44ebcf758c27abad7852c7ee7aa4
treeb95811317c0763bae8bf4e83c00f665365f161a9
parentf2b6618d4a2e35a7745450b90ccd5edd41893f5a
PCI: versatile: Use pci_host_probe() to register host

The versatile host driver does the same host registration and bus scanning
calls as pci_host_probe, so let's use it instead.

Link: https://lore.kernel.org/r/20200522234832.954484-9-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/pci-versatile.c