thermal/drivers/imx_sc_thermal: Fix the loop condition
authorViorel Suman <viorel.suman@nxp.com>
Tue, 17 Jan 2023 09:19:55 +0000 (11:19 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 17 Jan 2023 09:28:07 +0000 (10:28 +0100)
commit4b26b7c9cdefdcb478047c30901d2379ef9e50fc
tree714d2a3f594c72501999a45f9c2feff4decdcc43
parentdf715f26cb7b43e3fabb4518aa65931180de8a71
thermal/drivers/imx_sc_thermal: Fix the loop condition

The minimal resource ID is 0: IMX_SC_R_AP_0=0, so fix
the loop condition. Aside of this - constify the array.

Fixes: 31fd4b9db13b ("thermal/drivers/imx_sc: Rely on the platform data to get the resource id")
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Reviewed-by: Dong Aisheng <Aisheng.dong@nxp.com>
Link: https://lore.kernel.org/r/20230117091956.61729-1-viorel.suman@oss.nxp.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/thermal/imx_sc_thermal.c