[PATCH 0/2] ACPI: processor: idle: acpi_processor_get_cstate_info() cleanup

Zhang Rui posted 2 patches 10 months ago
drivers/acpi/processor_idle.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
[PATCH 0/2] ACPI: processor: idle: acpi_processor_get_cstate_info() cleanup
Posted by Zhang Rui 10 months ago
This patch series does further cleanups for
acpi_processor_get_cstate_info() on top of
https://lore.kernel.org/all/20250328143040.9348-2-ggherdovich@suse.cz/

thanks,
rui

----------------------------------------------------------------
Zhang Rui (2):
      ACPI: processor: idle: Set pr->flags.power unconditionally
      ACPI: processor: idle: Remove redundant pr->power.count assignment

 drivers/acpi/processor_idle.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
Re: [PATCH 0/2] ACPI: processor: idle: acpi_processor_get_cstate_info() cleanup
Posted by Giovanni Gherdovich 9 months, 3 weeks ago
On Wed Apr 9, 2025 02:50, Zhang Rui wrote:
> This patch series does further cleanups for
> acpi_processor_get_cstate_info() on top of
> https://lore.kernel.org/all/20250328143040.9348-2-ggherdovich@suse.cz/
> 
> thanks,
> rui
> 
> ----------------------------------------------------------------
> Zhang Rui (2):
>        ACPI: processor: idle: Set pr->flags.power unconditionally
>        ACPI: processor: idle: Remove redundant pr->power.count assignment
> 
>   drivers/acpi/processor_idle.c | 8 +-------
>   1 file changed, 1 insertion(+), 7 deletions(-)

Thanks a lot Rui for this cleanup.

To the series:

Acked-by: Giovanni Gherdovich <ggherdovich@suse.cz>