cpufreq: stats: Fix string format specifier mismatch
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 12 Oct 2020 04:50:07 +0000 (10:20 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Oct 2020 10:32:10 +0000 (12:32 +0200)
commitb7af6080a3d2d35a410db3eeb162e1ab49c4d27f
tree36598cdcb9f472f192c728b0f8b14031f53153cf
parent6699e91c071715efefd7d5709755e557e948fdd9
cpufreq: stats: Fix string format specifier mismatch

Fix following warning:

drivers/cpufreq/cpufreq_stats.c:63:10: warning: %d in format string (no.
1) requires 'int' but the argument type is 'unsigned int'

Fixes: 40c3bd4cfa6f ("cpufreq: stats: Defer stats update to cpufreq_stats_record_transition()")
Reported-by: kernel test robot <lkp@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_stats.c