[CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.c
authorMika Kukkonen <mikukkon@miku.homelinux.net>
Sun, 7 Aug 2005 19:49:39 +0000 (22:49 +0300)
committerDave Jones <davej@redhat.com>
Thu, 1 Sep 2005 05:21:29 +0000 (22:21 -0700)
Minor fallout from my upcoming __attribute__((format(printf,x,y)))
patches. The variable 'result' is untouched, so this patch just removes
it.

Signed-off-by: Mika Kukkonen <mikukkon@gmail.com>
Signed-off-by: Dave Jones <davej@redhat.com>
arch/i386/kernel/cpu/cpufreq/speedstep-smi.c

index b25fb6b..2718fb6 100644 (file)
@@ -99,7 +99,7 @@ static int speedstep_smi_get_freqs (unsigned int *low, unsigned int *high)
        u32 function = GET_SPEEDSTEP_FREQS;
 
        if (!(ist_info.event & 0xFFFF)) {
-               dprintk("bug #1422 -- can't read freqs from BIOS\n", result);
+               dprintk("bug #1422 -- can't read freqs from BIOS\n");
                return -ENODEV;
        }