summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-06-08 18:17:13 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-08 18:17:13 -0700
commitfa0389db159ed0702925a6cc891cfc3bce9d5e2b (patch)
tree8309cb267766b0426cc9e85b82b2941a64b9c7b2
parent48f8d35183cadcbcebeabdc19129c2738d19054b (diff)
[PATCH] Remove unnecessary printk in es7000 code
From: Andi Kleen <ak@suse.de> This printk is printed by genericarch when your machine is no es7000. Most people don't care about that. Remove it. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--arch/i386/mach-es7000/es7000plat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/mach-es7000/es7000plat.c b/arch/i386/mach-es7000/es7000plat.c
index 70db26443f35..7f5125e549d4 100644
--- a/arch/i386/mach-es7000/es7000plat.c
+++ b/arch/i386/mach-es7000/es7000plat.c
@@ -134,7 +134,6 @@ parse_unisys_oem (char *oemptr, int oem_entries)
}
if (success < 2) {
- printk("\nNo ES7000 found.\n");
es7000_plat = 0;
} else {
printk("\nEnabling ES7000 specific features...\n");