commit | 9531347c61f689ac6de899a03ce91be4157277f7 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Tue Jan 06 21:09:03 2015 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Jan 23 23:06:43 2015 +0100 |
tree | 32a24e52c813996ded2cdeeabb157cb58e66e6e8 | |
parent | 43b9cdaf5c22230269b8edd99ec78380a6ac0715 [diff] |
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 <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>