diff options
-rw-r--r-- | drivers/cpufreq/speedstep-smi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/cpufreq/speedstep-smi.c b/drivers/cpufreq/speedstep-smi.c index 8635eec96da5..5fc96d5d656b 100644 --- a/drivers/cpufreq/speedstep-smi.c +++ b/drivers/cpufreq/speedstep-smi.c | |||
@@ -324,8 +324,8 @@ static int __init speedstep_init(void) | |||
324 | return -ENODEV; | 324 | return -ENODEV; |
325 | } | 325 | } |
326 | 326 | ||
327 | pr_debug("signature:0x%.8ulx, command:0x%.8ulx, " | 327 | pr_debug("signature:0x%.8x, command:0x%.8x, " |
328 | "event:0x%.8ulx, perf_level:0x%.8ulx.\n", | 328 | "event:0x%.8x, perf_level:0x%.8x.\n", |
329 | ist_info.signature, ist_info.command, | 329 | ist_info.signature, ist_info.command, |
330 | ist_info.event, ist_info.perf_level); | 330 | ist_info.event, ist_info.perf_level); |
331 | 331 | ||