commit | 1e7586a18a2ab69a160837c0a4be31f7147cfb5e | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Fri Oct 26 00:51:21 2012 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 00:33:08 2012 +0100 |
tree | d91de5c87bc55a0abf8c378cae8b0c2ef7a39e40 | |
parent | 4471a34f9a1f2da220272e823bdb8e8fa83a7661 [diff] |
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>