thermal: step_wise: cdev only needs update on a new target state
authorShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 13:24:23 +0000 (21:24 +0800)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:25:13 +0000 (07:25 +0200)
commit9f71a69da1217b60de6a2aca238db6150d8e2641
tree7e69d6979c1b66defc2672b050feaae3c8264f8b
parent949bc439f63b58cceada2f91590ad39fe2fa6b15
thermal: step_wise: cdev only needs update on a new target state

The cooling device only needs update on a new target state.  Since we
already check old target in thermal_zone_trip_update(), we can do one
more check to see if it's a new target state.  If not, we can reasonably
save some uncecesary code execution.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/step_wise.c