aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Kukkonen <mikukkon@miku.homelinux.net>2005-08-07 22:49:39 +0300
committerDave Jones <davej@redhat.com>2005-08-31 22:21:29 -0700
commitce38b51edfe51abacb053e88d62cf96a0c003a04 (patch)
tree0542721f03b1a667380ff901e273f577018a25fd
parent[CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.c (diff)
downloadlinux-dev-ce38b51edfe51abacb053e88d62cf96a0c003a04.tar.xz
linux-dev-ce38b51edfe51abacb053e88d62cf96a0c003a04.zip
[CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.c
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>
-rw-r--r--arch/i386/kernel/cpu/cpufreq/speedstep-smi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c b/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
index b25fb6b635ae..2718fb6f6aba 100644
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
@@ -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;
}