Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags
From: Toshi Kani <hidden>
Date: 2012-10-25 14:09:30
Also in:
lkml
From: Toshi Kani <hidden>
Date: 2012-10-25 14:09:30
Also in:
lkml
On Thu, 2012-10-25 at 00:08 +0200, Rafael J. Wysocki wrote:
On Wednesday 17 of October 2012 07:56:49 Toshi Kani wrote:quoted
On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote:quoted
2012/10/16 1:34, Toshi Kani wrote:quoted
Removed lockable in struct acpi_device_flags since it is no longer used by any code. acpi_bus_hot_remove_device() cannot use this flag because acpi_bus_trim() frees up its acpi_device object. Furthermore, the dock driver calls _LCK method without using this lockable flag. Signed-off-by: Toshi Kani <redacted>Looks good to me. Reviewed-by: Yasuaki Ishimatsu <redacted>Thanks Yasuaki for reviewing!Applied to linux-pm.git/acpi-next as v3.8 material.
Cool! Thanks Rafael! -Toshi
Thanks, Rafael