Re: [PATCH v2 3/6] ACPI: thermal: Combine passive and active trip update functions

From: Rafael J. Wysocki
Date: Thu Oct 05 2023 - 12:03:21 EST


On Wed, Oct 4, 2023 at 6:30 PM Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:
>
> On 03/10/2023 15:21, Rafael J. Wysocki wrote:
> > From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
> >
> > Combine acpi_thermal_update_passive_trip() and
> > acpi_thermal_update_active_trip() into one common function called
> > acpi_thermal_update_trip(), so as to reduce code duplication and
> > prepare the code in question for subsequent changes.
> >
> > No intentional functional impact.
> >
> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
> > ---
>
> Reviewed-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>

Thanks for all of the reviews, much appreciated!

I'm going to apply the series now unless you have strong objections
against any of the remaining patches [4,6/6].

Cheers!