alpha 2.4.11-pre3: turn off pci setup debugging

From: Richard Henderson (rth@dot.cygnus.com)
Date: Thu Oct 04 2001 - 20:27:20 EST


This bit of verbosity IMO shouldn't have remained enabled
in the mainline kernel.

r~

diff -rup 2.4.11-3-dist/drivers/pci/setup-bus.c 2.4.11-3/drivers/pci/setup-bus.c
--- 2.4.11-3-dist/drivers/pci/setup-bus.c Sat May 19 17:43:06 2001
+++ 2.4.11-3/drivers/pci/setup-bus.c Thu Oct 4 17:44:20 2001
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 
 
-#define DEBUG_CONFIG 1
+#define DEBUG_CONFIG 0
 #if DEBUG_CONFIG
 # define DBGC(args) printk args
 #else
diff -rup 2.4.11-3-dist/drivers/pci/setup-res.c 2.4.11-3/drivers/pci/setup-res.c
--- 2.4.11-3-dist/drivers/pci/setup-res.c Sat May 19 17:43:06 2001
+++ 2.4.11-3/drivers/pci/setup-res.c Thu Oct 4 17:44:28 2001
@@ -25,7 +25,7 @@
 #include <linux/slab.h>
 
 
-#define DEBUG_CONFIG 1
+#define DEBUG_CONFIG 0
 #if DEBUG_CONFIG
 # define DBGC(args) printk args
 #else
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Oct 07 2001 - 21:00:35 EST