Commit 484a1f96 authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Linus Torvalds

[PATCH] Disable debugging verbosity in macio_asic.c

This undef's DEBUG by default in macio_asic, this is now working fairly
well, and the actual output isn't really useful anyway.
parent 34ea1ab2
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/pci-bridge.h> #include <asm/pci-bridge.h>
#define DEBUG #undef DEBUG
#define MAX_NODE_NAME_SIZE (BUS_ID_SIZE - 12) #define MAX_NODE_NAME_SIZE (BUS_ID_SIZE - 12)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment