thermal/cpu_cooling: quit early after updating policy
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Jul 2015 07:10:31 +0000 (12:40 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Sat, 15 Aug 2015 01:26:22 +0000 (18:26 -0700)
commit166529c9b6f91b97d771e2e7ebf748aadb239b44
treedfea5c8d883bc4697999a80462ad6181c202918c
parent76fd38ce21de506a3867768fac42729eb6d7dedf
thermal/cpu_cooling: quit early after updating policy

If a valid cpufreq_dev is found for policy->cpu, we should update the
policy and quit the for loop. There is no need to keep traversing the
list of cpufreq_dev's.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/cpu_cooling.c