thermal: cpu_cooling: no need to set cpufreq_dev to NULL
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 4 Dec 2014 04:11:52 +0000 (09:41 +0530)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 8 Dec 2014 16:08:55 +0000 (12:08 -0400)
commit5d3bdb8998e066fe270f2f71db7163d5ac40d989
treedf76e8472202a388e2e9455c126e92b65a1ad702
parent92e615ec82c0314fb480eeb19396f4ac15bf97ef
thermal: cpu_cooling: no need to set cpufreq_dev to NULL

It will be overwritten soon with return value of kzalloc().

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