]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 27 Jun 2007 06:02:55 +0000 (16:02 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jun 2007 09:19:25 +0000 (19:19 +1000)
Commit 3d5134ee8341bffc4f539049abb9e90d469b448d left debugging turned on
in arch/powerpc/kernel/pci_64.c.  This turns it off again.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/pci_64.c

index 6ae67ebfab4d7ab9f5e04536cfe393173c7fb94a..9fa2ecb8c1e4046bf581415929abb14b4971eb0c 100644 (file)
@@ -11,7 +11,7 @@
  *      2 of the License, or (at your option) any later version.
  */
 
-#define DEBUG
+#undef DEBUG
 
 #include <linux/kernel.h>
 #include <linux/pci.h>