• Daniel Lezcano's avatar
    thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs() · 4a16c190
    Daniel Lezcano authored
    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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
    Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> #amlogic_thermal
    Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> #sun8i_thermal
    Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> #MediaTek auxadc
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    4a16c190
qcom-spmi-adc-tm5.c 28.7 KB