* alpha 2.4.11-pre3: turn off pci setup debugging
@ 2001-10-05 1:27 Richard Henderson
0 siblings, 0 replies; only message in thread
From: Richard Henderson @ 2001-10-05 1:27 UTC (permalink / raw)
To: torvalds, alan; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-10-05 1:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-05 1:27 alpha 2.4.11-pre3: turn off pci setup debugging Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox