[PATCH] Disable unnecessary printk in es7000 code

From: Andi Kleen
Date: Sat Jun 05 2004 - 20:31:54 EST



This printk is printed by genericarch when your machine is no es7000. Most
people don't care about that. Remove it.

diff -u linux/arch/i386/mach-es7000/es7000plat.c-o linux/arch/i386/mach-es7000/es7000plat.c
--- linux/arch/i386/mach-es7000/es7000plat.c-o 2004-06-01 19:20:01.000000000 +0200
+++ linux/arch/i386/mach-es7000/es7000plat.c 2004-06-01 19:25:36.000000000 +0200
@@ -134,7 +134,6 @@
}

if (success < 2) {
- printk("\nNo ES7000 found.\n");
es7000_plat = 0;
} else {
printk("\nEnabling ES7000 specific features...\n");



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/