ACPI: pci_slot.ko wants a 64-bit _SUN
commit562702289faac232f54b2d2d50ba31646c3d51a5
authorAlex Chiang <achiang@hp.com>
Tue, 4 Aug 2009 20:44:17 +0000 (4 14:44 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 15:27:44 +0000 (5 08:27 -0700)
tree5ca20ebe8cbf5890912c1a182467afaefdee9298
parenta1c4c06a2e4d6f5fa7ce200d8df6dc0c0d89ae00
ACPI: pci_slot.ko wants a 64-bit _SUN

commit 7e24bc1ce669b2876ffa475ea1147f2bb9ffdc52 upstream.

Similar to commit b6adc195 (PCI hotplug: acpiphp wants a 64-bit
_SUN), pci_slot.ko reads and creates sysfs directories based on
the _SUN method.

Certain HP platforms return 64 bits in _SUN. This change to
pci_slot.ko allows us to see the correct sysfs directories.

Reported-by: Chad Smith <chad.smith@hp.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/pci_slot.c