[PATCH] PCI Hotplug: shpchp driver doesn't program _HPP values properly

Current shpchp driver doesn't seem to program _HPP values
properly. The following patch fixes this issue.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Kenji Kaneshige and committed by
Greg KH
7a8cb869 2e3e80c2

+1 -1
+1 -1
drivers/pci/hotplug/shpchprm_acpi.c
··· 1626 1626 pci_bus->number = func->bus; 1627 1627 devfn = PCI_DEVFN(func->device, func->function); 1628 1628 1629 - ab = find_acpi_bridge_by_bus(acpi_bridges_head, ctrl->seg, ctrl->bus); 1629 + ab = find_acpi_bridge_by_bus(acpi_bridges_head, ctrl->seg, ctrl->slot_bus); 1630 1630 1631 1631 if (ab) { 1632 1632 if (ab->_hpp) {