]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal/cpu_cooling: No need to initialize max_freq to 0
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 30 Jul 2015 07:10:30 +0000 (12:40 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Sat, 15 Aug 2015 01:26:22 +0000 (18:26 -0700)
commit76fd38ce21de506a3867768fac42729eb6d7dedf
tree69f51f19ddd7cd377e611c5d26fd90f74d5eaa42
parent02373d7c69b4270bbab930f8a81b0721be794347
thermal/cpu_cooling: No need to initialize max_freq to 0

Its always set before getting used, don't initialize it.

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