[PATCH v1 0/2] PCI: shpchp: Minor fixes

From: Bjorn Helgaas
Date: Sat Jun 02 2018 - 01:42:23 EST


An AMD POGO check in shpchp incorrectly included any device with device ID
0x7458, no matter what the vendor.

Also, use pci_info() instead of dbg() for messages related to OSHP.
They're important enough that they should appear in dmesg.

I intend to include these along with Mika's shpchp updates.

---

Bjorn Helgaas (2):
PCI: shpchp: Use dev_printk() for OSHP-related messages
PCI: shpchp: Fix AMD POGO identification


drivers/pci/hotplug/acpi_pcihp.c | 13 ++++++-------
drivers/pci/hotplug/shpchp_ctrl.c | 8 ++++----
2 files changed, 10 insertions(+), 11 deletions(-)