commit | 8e54d442fe3cdd1ffe5f563ee843b4d48e14ef6e | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Dec 04 09:41:53 2014 +0530 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Dec 08 12:08:56 2014 -0400 |
tree | 73114b05157102e949eb571bbc5f080ce533140d | |
parent | 5d3bdb8998e066fe270f2f71db7163d5ac40d989 [diff] |
thermal: cpu_cooling: no need to initialze 'ret' ret is initialized before it is used, so no need to set it to 0 in its declaration. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>