[Update][PATCH 3/6] ACPI / hotplug: Fix handle_root_bridge_removal()

2013-11-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki It is required to do get_device() on the struct acpi_device in question before passing it to acpi_bus_hot_remove_device() through acpi_os_hotplug_execute(), because acpi_bus_hot_remove_device() calls acpi_scan_hot_remove() that does put_device() on that object. The ACPI P

Re: [Update][PATCH 3/6] ACPI / hotplug: Fix handle_root_bridge_removal()

2013-11-06 Thread Toshi Kani
On Mon, 2013-11-04 at 14:33 +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > It is required to do get_device() on the struct acpi_device in > question before passing it to acpi_bus_hot_remove_device() through > acpi_os_hotplug_execute(), because acpi_bus_hot_remove_device() > calls a