]> git.baikalelectronics.ru Git - kernel.git/commit
[IA64] improper printk format in acpi-cpufreq
authorDenis V. Lunev <den@openvz.org>
Thu, 17 Jul 2008 18:11:17 +0000 (11:11 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 17 Jul 2008 18:11:17 +0000 (11:11 -0700)
commit5f82ba7aa45746869d6264f0e9dadf6ae0fcd2dc
treef8879d485f4e7c393c519d4ae59b13df3c9d99cc
parent5f6f064ece8bf9f0a14562c07e5dee58f2b22d25
[IA64] improper printk format in acpi-cpufreq

When dprintk is enabled the following warnings are generated:
arch/ia64/kernel/cpufreq/acpi-cpufreq.c: In function 'processor_set_pstate':
arch/ia64/kernel/cpufreq/acpi-cpufreq.c:54: warning: format '%x' expects type 'unsigned int', but argumen
t 3 has type 's64'
arch/ia64/kernel/cpufreq/acpi-cpufreq.c: In function 'processor_get_pstate':
arch/ia64/kernel/cpufreq/acpi-cpufreq.c:76: warning: format '%x' expects type 'unsigned int', but argumen
t 2 has type 's64'

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/cpufreq/acpi-cpufreq.c