Messages in this thread Patch in this message |  | | Date | Thu, 4 Oct 2001 18:27:20 -0700 | From | Richard Henderson <> | Subject | alpha 2.4.11-pre3: turn off pci setup debugging |
| |
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/
|  |