Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-25 Thread Toshi Kani
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: > > On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: > > > 2012/10/16 1:34, Toshi Kani wrote: > > > > Removed lockable in struct acpi_device_flags since it is no > >

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-25 Thread Toshi Kani
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: On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: 2012/10/16 1:34, Toshi Kani wrote: Removed lockable in struct acpi_device_flags since it is no longer

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-24 Thread Rafael J. Wysocki
On Wednesday 17 of October 2012 07:56:49 Toshi Kani wrote: > On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: > > 2012/10/16 1:34, Toshi Kani wrote: > > > Removed lockable in struct acpi_device_flags since it is no > > > longer used by any code. acpi_bus_hot_remove_device() cannot > > >

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-24 Thread Rafael J. Wysocki
On Wednesday 17 of October 2012 07:56:49 Toshi Kani wrote: On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: 2012/10/16 1:34, Toshi Kani wrote: Removed lockable in struct acpi_device_flags since it is no longer used by any code. acpi_bus_hot_remove_device() cannot use this

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-17 Thread Toshi Kani
On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: > 2012/10/16 1:34, Toshi Kani wrote: > > 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 > >

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-17 Thread Toshi Kani
On Wed, 2012-10-17 at 10:26 +0900, Yasuaki Ishimatsu wrote: 2012/10/16 1:34, Toshi Kani wrote: 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.

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-16 Thread Yasuaki Ishimatsu
2012/10/16 1:34, Toshi Kani wrote: > 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

Re: [PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-16 Thread Yasuaki Ishimatsu
2012/10/16 1:34, Toshi Kani wrote: 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

[PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-15 Thread Toshi Kani
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

[PATCH 2/2] ACPI: Remove unused lockable in acpi_device_flags

2012-10-15 Thread Toshi Kani
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