PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3
commitbfceafc5979d9055e04f03f970de6ff7a4bce1b6
authorGary Hade <garyhade@us.ibm.com>
Thu, 5 Jul 2007 18:10:46 +0000 (5 11:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:02:12 +0000 (11 16:02 -0700)
tree76f2fa133941b1475ab350f53aa7d5736ce15ab9
parent5b57a6cea464fc686a6bc446f667c05901fa9734
PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3

On systems where the optional _PS3 ACPI object is not implemented
acpiphp fails to power off the slot.  This is happening because the
current code does not attempt to remove power using the _EJ0 ACPI
object.  This patch restores the _EJ0 evaluation attempt which was
apparently inadvertently removed from the power-off sequence when the
_EJ0 evaluation code was relocated from power_off_slot() to
acpiphp_eject_slot().

Signed-off-by: Gary Hade <garyhade@us.ibm.com>
Cc: <lcm@us.ibm.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/acpiphp.h
drivers/pci/hotplug/acpiphp_core.c
drivers/pci/hotplug/acpiphp_glue.c