[PATCH v1 0/2] ACPI: processor: idle: Fix and cleanup

From: Rafael J. Wysocki

Date: Thu Sep 18 2025 - 17:10:58 EST


Hi All,

One of the recent changes forgot to update a cpuidle driver check in the
ACPI processor driver, so fix this (first patch).

In addition, redefine two functions whose return values are ignored as
void (second patch).

Thanks!