OSDN Git Service

thermal: qoriq: Use devm_thermal_zone_of_sensor_register()
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 28 Jul 2018 19:17:49 +0000 (16:17 -0300)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 20 Aug 2018 18:29:42 +0000 (11:29 -0700)
commitf1506a69e3e72196c7c5ce4fd420d5e1a6965ed3
tree893c594c6ab80dc21cc79afe72fb373783bfc230
parent2ad0d52699700a91660a406a4046017a2d7f246a
thermal: qoriq: Use devm_thermal_zone_of_sensor_register()

By using the managed devm_thermal_zone_of_sensor_register() we can
drop the explicit call to thermal_zone_of_sensor_unregister() in the
qoriq_tmu_remove() function, which simplifies the code a bit.

So switch to devm_thermal_zone_of_sensor_register().

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/qoriq_thermal.c