From: Rafael J. Wysocki Date: Thu, 7 Nov 2013 00:42:09 +0000 (+0100) Subject: ACPI / hotplug: Carry out PCI root eject directly X-Git-Tag: v3.13-rc1~96^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d388832bd3e413e9b5e6f3caef4b0844b901af;p=pandora-kernel.git 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 --- Reading git-diff-tree failed