Re: [PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-18 Thread Wen Congyang
At 10/04/2012 10:41 AM, Yinghai Lu Wrote: > On Wed, Oct 3, 2012 at 6:48 PM, Yasuaki Ishimatsu > wrote: >> From: Wen Congyang >> >> The memory device has been ejected and powoffed, so we can call >> acpi_bus_remove() to remove the memory device from acpi bus. >> >> CC: Len Brown >> Reviewed-by:

Re: [PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-18 Thread Wen Congyang
At 10/04/2012 10:41 AM, Yinghai Lu Wrote: On Wed, Oct 3, 2012 at 6:48 PM, Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com wrote: From: Wen Congyang we...@cn.fujitsu.com The memory device has been ejected and powoffed, so we can call acpi_bus_remove() to remove the memory device from acpi

Re: [PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-03 Thread Yinghai Lu
On Wed, Oct 3, 2012 at 6:48 PM, Yasuaki Ishimatsu wrote: > From: Wen Congyang > > The memory device has been ejected and powoffed, so we can call > acpi_bus_remove() to remove the memory device from acpi bus. > > CC: Len Brown > Reviewed-by: Yasuaki Ishimatsu > Signed-off-by: Wen Congyang >

[PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-03 Thread Yasuaki Ishimatsu
From: Wen Congyang The memory device has been ejected and powoffed, so we can call acpi_bus_remove() to remove the memory device from acpi bus. CC: Len Brown Reviewed-by: Yasuaki Ishimatsu Signed-off-by: Wen Congyang --- drivers/acpi/acpi_memhotplug.c |3 ++- 1 file changed, 2

[PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-03 Thread Yasuaki Ishimatsu
From: Wen Congyang we...@cn.fujitsu.com The memory device has been ejected and powoffed, so we can call acpi_bus_remove() to remove the memory device from acpi bus. CC: Len Brown len.br...@intel.com Reviewed-by: Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com Signed-off-by: Wen Congyang

Re: [PATCH 2/2] acpi,memory-hotplug : call acpi_bus_remo() to remove memory device

2012-10-03 Thread Yinghai Lu
On Wed, Oct 3, 2012 at 6:48 PM, Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com wrote: From: Wen Congyang we...@cn.fujitsu.com The memory device has been ejected and powoffed, so we can call acpi_bus_remove() to remove the memory device from acpi bus. CC: Len Brown len.br...@intel.com