Re: [PATCH v2 09/16] thermal: Do not access 'type' field, use the tz id instead
From: AngeloGioacchino Del Regno
Date: Wed Feb 22 2023 - 04:43:14 EST
Il 21/02/23 19:07, Daniel Lezcano ha scritto:
The 'type' field is used as a name in the message. However we can have
multiple thermal zone with the same type. The information is not
accurate.
Moreover, the thermal zone device structure is directly accessed while
we want to improve the self-encapsulation of the code.
Replace the 'type' in the message by the thermal zone id.
Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx> #mlxsw
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
#MediaTek LVTS