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

From: Fabio Estevam
Date: Wed Mar 08 2023 - 20:11:40 EST


Hi Daniel,

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

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

Unrelated change?