projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
123411f
)
[CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.c
author
Mika Kukkonen
<mikukkon@miku.homelinux.net>
Sun, 7 Aug 2005 19:49:39 +0000
(22:49 +0300)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
b/arch/i386/kernel/cpu/cpufreq/speedstep-smi.c
index b25fb6b635ae85e8595454e7c304a864d10c353c..2718fb6f6aba89467467e48f1dd24fba465fae08 100644
(file)
--- 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;
}