[PATCH v2 05/16] thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Wed Feb 22 01:31:57 PST 2023
Il 21/02/23 19:06, Daniel Lezcano ha scritto:
> The devres variant of thermal_add_hwmon_sysfs() only takes the thermal
> zone structure pointer as parameter.
>
> Actually, it uses the tz->device to add it in the devres list.
>
> It is preferable to use the device registering the thermal zone
> instead of the thermal zone device itself. That prevents the driver
> accessing the thermal zone structure internals and it is from my POV
> more correct regarding how devm_ is used.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> Acked-by: Martin Blumenstingl <martin.blumenstingl at googlemail.com> #amlogic_thermal
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>
#MediaTek auxadc
More information about the linux-arm-kernel
mailing list