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)
commitad74e46cb3ba9e706f91f3f71baf816d2d8e45db
tree70b98c2bb70fd9f7766d0cfbb17ad1606e01b965
parent5440c40b900fa561add48a7e70e9c892f0551387
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