Re: [PATCH v1 09/17] ACPI: processor: idle: Drop redundant _LPI presence checks
"lihuisong (C)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On 7/9/2026 8:37 PM, Rafael J. Wysocki wrote: > From: "Rafael J. Wysocki" <[email protected]> > > The acpi_has_method() checks for _LPI in acpi_processor_get_lpi_info() > are redundant because acpi_processor_evaluate_lpi() returns an error > when _LPI is not present, so drop them. > > No intentional functional impact. > > Signed-off-by: Rafael J. Wysocki <[email protected]> > --- LGTM, Acked-by: Huisong Li <[email protected]>