commit | 43d388832bd3e413e9b5e6f3caef4b0844b901af | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 07 01:42:09 2013 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 07 01:42:09 2013 +0100 |
tree | 0a95011781ad5a4286761fd17ed2f5c285b5e02a | |
parent | a3b1b1ef78cd2ffb5d3a223465064dee05929dc3 [diff] |
ACPI / hotplug: Carry out PCI root eject directly Since _handle_hotplug_event_root() is run from the ACPI hotplug workqueue, it doesn't need to queue up a work item to eject a PCI host bridge on the same workqueue. Instead, it can just carry out the eject by calling acpi_bus_device_eject() directly, so make that happen. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>