thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned int
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Wed, 4 Aug 2021 09:18:18 +0000 (11:18 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 14 Aug 2021 10:49:05 +0000 (12:49 +0200)
commitd3a2328e741bf6e9e6bda750e0a63832fa365a74
tree1a3862539da99af12f282b3824e9b3106fb67961
parent47cf09e0f4fc51200ecea15387bec3584562f55d
thermal/drivers/rcar_gen3_thermal: Store TSC id as unsigned int

The TSC id and number of TSC ids should be stored as unsigned int as
they can't be negative. Fix the datatype of the loop counter 'i' and
rcar_gen3_thermal_tsc.id to reflect this.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210804091818.2196806-3-niklas.soderlund+renesas@ragnatech.se
drivers/thermal/rcar_gen3_thermal.c