mbox series

[v2,0/4] PCI: cpqphp: Fix and cleanups

Message ID 20241022091140.3504-1-ilpo.jarvinen@linux.intel.com (mailing list archive)
Headers show
Series PCI: cpqphp: Fix and cleanups | expand

Message

Ilpo Järvinen Oct. 22, 2024, 9:11 a.m. UTC
Fix one PCIBIOS_* return value confusion in cpqphp and cleanup a few
other things.

v2:
- Add a warning print if the path missing recursion is executed.

Ilpo Järvinen (4):
  PCI: cpqphp: Fix PCIBIOS_* return value confusions
  PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
  PCI: cpqphp: Use define to read class/revision dword
  PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()

 drivers/pci/hotplug/cpqphp_pci.c | 47 +++++++++++++-------------------
 1 file changed, 19 insertions(+), 28 deletions(-)

Comments

Bjorn Helgaas Oct. 22, 2024, 3:08 p.m. UTC | #1
On Tue, Oct 22, 2024 at 12:11:36PM +0300, Ilpo Järvinen wrote:
> Fix one PCIBIOS_* return value confusion in cpqphp and cleanup a few
> other things.
> 
> v2:
> - Add a warning print if the path missing recursion is executed.
> 
> Ilpo Järvinen (4):
>   PCI: cpqphp: Fix PCIBIOS_* return value confusions
>   PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
>   PCI: cpqphp: Use define to read class/revision dword
>   PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()
> 
>  drivers/pci/hotplug/cpqphp_pci.c | 47 +++++++++++++-------------------
>  1 file changed, 19 insertions(+), 28 deletions(-)

Applied to pci/hotplug for v6.13, thanks!