commit | f1506a69e3e72196c7c5ce4fd420d5e1a6965ed3 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Sat Jul 28 16:17:49 2018 -0300 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Aug 20 11:29:42 2018 -0700 |
tree | 893c594c6ab80dc21cc79afe72fb373783bfc230 | |
parent | 2ad0d52699700a91660a406a4046017a2d7f246a [diff] |
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>