]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: pci_slot.ko wants a 64-bit _SUN
authorAlex Chiang <achiang@hp.com>
Tue, 4 Aug 2009 20:44:17 +0000 (14:44 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:31:35 +0000 (09:31 -0700)
commitf85b6ef18e1429ed53cc8860334aebad542939b7
tree3705e4cedeafbc77fefdc264354de54c134db7da
parent96512c294afd18b7a78bee701f16b1a12e7295b3
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