PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 22 Oct 2024 09:11:38 +0000 (12:11 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Oct 2024 15:06:36 +0000 (10:06 -0500)
commit752430d1d33ed69653a6e8dbdf01f83cdf5be574
treeaff46841e93cb113dfb779f320913e672cd029c6
parente2226dbc4a4919d9c8bd9293299b532090bdf020
PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence

The intent of the first part in PCI_RefinedAccessConfig() is to read Vendor
ID register and detect presence of the device that way.

Remove PCI_RefinedAccessConfig() (which was not named very helpfully to
begin with) and replace the call with pci_bus_read_dev_vendor_id() + read
config because it makes the logic more obvious at the caller side.

Link: https://lore.kernel.org/r/20241022091140.3504-3-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/hotplug/cpqphp_pci.c