[PATCH] Disable debugging verbosity in macio_asic.c

From: Benjamin Herrenschmidt
Date: Sun Feb 22 2004 - 22:19:06 EST


Hi !

This patch undef's DEBUG by default in macio_asic, this is now
working fairly well, and the actual output isn't really useful
anyway.

===== drivers/macintosh/macio_asic.c 1.16 vs edited =====
--- 1.16/drivers/macintosh/macio_asic.c Fri Feb 13 10:18:00 2004
+++ edited/drivers/macintosh/macio_asic.c Mon Feb 23 14:09:16 2004
@@ -23,7 +23,7 @@
#include <asm/prom.h>
#include <asm/pci-bridge.h>

-#define DEBUG
+#undef DEBUG

#define MAX_NODE_NAME_SIZE (BUS_ID_SIZE - 12)



-
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/