ACPI: PCI: Rework acpi_get_pci_dev()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 10 Sep 2022 13:23:46 +0000 (15:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Sep 2022 19:11:58 +0000 (21:11 +0200)
commit63f534b8bad91d46d2d1fbc76b97be521d9b5e03
tree9b3c00ff1d90752cc355e1b670df875a75c3fe52
parent521a547ced6477c54b4b0cc206000406c221b4d6
ACPI: PCI: Rework acpi_get_pci_dev()

The PCI device returned by acpi_get_pci_dev() needs to be registered,
so if it corresponds to an ACPI device object, the struct acpi_device
representing that object must be registered too and, moreover, it
should be the ACPI companion of the given PCI device.  Thus it should
be sufficient to look for it in the ACPI device object's list of
physical nodes associated with it.

Modify the code accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/pci_root.c