tree bf3a199683c924923be25c74a45645e37c19e47a
parent f914be79ab2144efe291d9fc383661e0e23dca44
author Mika Kukkonen <[EMAIL PROTECTED]> Sun, 07 Aug 2005 23:13:00 +0300
committer Dave Jones <[EMAIL PROTECTED]> Thu, 01 Sep 2005 12:21:29 -0700

[CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.c

Ho-hum, did not notice there was more printf fixes for cpufreq (you
should see the amount I have for isdn and reiser ...). Sorry for noise.

Signed-off-by: Mika Kukkonen <[EMAIL PROTECTED]>
Signed-off-by: Dave Jones <[EMAIL PROTECTED]>


 arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 
b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
@@ -402,7 +402,7 @@ static int centrino_cpu_init_acpi(struct
 
        for (i=0; i<p.state_count; i++) {
                if (p.states[i].control != p.states[i].status) {
-                       dprintk("Different control (%x) and status values 
(%x)\n",
+                       dprintk("Different control (%llu) and status values 
(%llu)\n",
                                p.states[i].control, p.states[i].status);
                        result = -EINVAL;
                        goto err_unreg;
@@ -415,7 +415,7 @@ static int centrino_cpu_init_acpi(struct
                }
 
                if (p.states[i].core_frequency > p.states[0].core_frequency) {
-                       dprintk("P%u has larger frequency (%u) than P0 (%u), 
skipping\n", i,
+                       dprintk("P%u has larger frequency (%llu) than P0 
(%llu), skipping\n", i,
                                p.states[i].core_frequency, 
p.states[0].core_frequency);
                        p.states[i].core_frequency = 0;
                        continue;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to