mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
ACPI / memory-hotplug: call acpi_bus_trim() to remove memory device
The memory device has been ejected and powoffed, so we can call acpi_bus_trim() to remove the memory device from acpi bus. Signed-off-by: Wen Congyang <wency@cn.fujitsu.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
acacb5f211
commit
54c4c7db6c
@ -401,8 +401,9 @@ static void acpi_memory_device_notify(acpi_handle handle, u32 event, void *data)
|
||||
}
|
||||
|
||||
/*
|
||||
* TBD: Invoke acpi_bus_remove to cleanup data structures
|
||||
* Invoke acpi_bus_trim() to remove memory device
|
||||
*/
|
||||
acpi_bus_trim(device, 1);
|
||||
|
||||
/* _EJ0 succeeded; _OST is not necessary */
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user