Commit fa0389db authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 48f8d351
......@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment