From: Viresh Kumar Date: Tue, 6 Jan 2015 15:39:03 +0000 (+0530) Subject: cpufreq: stats: initialize 'cur_time' on its definition X-Git-Tag: fixes-v4.0-rc1~160^2~1^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9531347c61f689ac6de899a03ce91be4157277f7;p=pandora-kernel.git cpufreq: stats: initialize 'cur_time' on its definition 'cur_time' is defined in the first line and is then assigned a value in the next line. Initialize it while defining it. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed