[PATCH 2/2] thermal/drivers/imx: Use the thermal framework for the trip point

Fabio Estevam festevam at gmail.com
Wed Mar 8 17:11:23 PST 2023


Hi Daniel,

On Wed, Mar 8, 2023 at 6:48 PM Daniel Lezcano <daniel.lezcano at linaro.org> wrote:

>         /* do not allow changing critical threshold */
> -       if (trip == IMX_TRIP_CRITICAL)
> +       if (trip.type == THERMAL_TRIP_CRITICAL)
>                 return -EPERM;
> -
> +

Unrelated change?



More information about the linux-arm-kernel mailing list