]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: Fix sparse warnings by updating cputime64_t to u64
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 25 Oct 2012 22:51:21 +0000 (00:51 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 25 Oct 2012 22:51:21 +0000 (00:51 +0200)
commitfd2b39a8bcb596d50785449dffc84ea707507374
tree50323c34a6e3ad73aab4facf3f31b97fea195f66
parentd7d6f64ef959b0dc360fc081d2e4daa9135bb7b0
cpufreq: Fix sparse warnings by updating cputime64_t to u64

There were few sparse warnings due to mismatch of type on function arguments.
Two types were used u64 and cputime64_t. Both are actually u64, so use u64 only.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_governor.c
drivers/cpufreq/cpufreq_governor.h
drivers/cpufreq/cpufreq_stats.c