Re: [PATCH v1 07/17] ACPI: processor: idle: Rearrange acpi_processor_get_lpi_info()
"lihuisong (C)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <[email protected]> |
On 7/9/2026 8:36 PM, Rafael J. Wysocki wrote: > From: "Rafael J. Wysocki" <[email protected]> > > Reorder the definitions of local variables in > acpi_processor_get_lpi_info() and drop local variable > pr_ahandle that is not really necessary from it. > > Additionally, move two definitions of local variables to > the loop in which they are used and rearrange the code > slightly to prepare it for subsequent changes. > > No intentional functional impact. > > Signed-off-by: Rafael J. Wysocki <[email protected]> > --- > Acked-by: Huisong Li <[email protected]>