Re: [PATCH] cpufreq: stats: Fix string format specifier mismatch

2020-10-12 Thread Rafael J. Wysocki
On Mon, Oct 12, 2020 at 6:50 AM Viresh Kumar wrote: > > 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 >

[PATCH] cpufreq: stats: Fix string format specifier mismatch

2020-10-11 Thread Viresh Kumar
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