]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: trip_point_temp_store() calls thermal_zone_device_update()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 15 Dec 2015 01:19:53 +0000 (01:19 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Thu, 7 Jan 2016 02:06:39 +0000 (18:06 -0800)
commit28a7b2e4d77d08fe11b30f6aee7546b23b99080d
tree70b98c2bb70fd9f7766d0cfbb17ad1606e01b965
parentb05480d3cb2e7024f8a1854bd912f93b56f962c7
thermal: trip_point_temp_store() calls thermal_zone_device_update()

trip_point_temp_store() updates trip temperature. It should call
thermal_zone_device_update() immediately.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/thermal_core.c