| Submitter | Wen Congyang |
|---|---|
| Date | Aug. 28, 2012, 10 a.m. |
| Message ID | <1346148027-24468-8-git-send-email-wency@cn.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/180394/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c index 9d47458..b152767 100644 --- a/drivers/acpi/acpi_memhotplug.c +++ b/drivers/acpi/acpi_memhotplug.c @@ -425,8 +425,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_remove() to remove memory device */ + acpi_bus_remove(device, 1); /* _EJ0 succeeded; _OST is not necessary */ return;