mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Disable unnecessary printk in es7000 code
@ 2004-06-06  1:30 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2004-06-06  1:30 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


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");




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-06  1:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-06  1:30 [PATCH] Disable unnecessary printk in es7000 code Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®