Re: [PATCH] ia64: fix format string for ia64-acpi-cpu-freq

2021-03-19 Thread Rafael J. Wysocki
On Mon, Mar 15, 2021 at 4:19 AM Viresh Kumar wrote: > > On 13-03-21, 10:42, Sergei Trofimovich wrote: > > Fix warning with %lx / s64 mismatch: > > > > CC [M] drivers/cpufreq/ia64-acpi-cpufreq.o > > drivers/cpufreq/ia64-acpi-cpufreq.c: In function 'processor_get_pstate': > > warning: f

Re: [PATCH] ia64: fix format string for ia64-acpi-cpu-freq

2021-03-14 Thread Viresh Kumar
On 13-03-21, 10:42, Sergei Trofimovich wrote: > Fix warning with %lx / s64 mismatch: > > CC [M] drivers/cpufreq/ia64-acpi-cpufreq.o > drivers/cpufreq/ia64-acpi-cpufreq.c: In function 'processor_get_pstate': > warning: format '%lx' expects argument of type 'long unsigned int', >

[PATCH] ia64: fix format string for ia64-acpi-cpu-freq

2021-03-13 Thread Sergei Trofimovich
Fix warning with %lx / s64 mismatch: CC [M] drivers/cpufreq/ia64-acpi-cpufreq.o drivers/cpufreq/ia64-acpi-cpufreq.c: In function 'processor_get_pstate': warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 's64' {aka 'long long int'} [-Wfor