Commit 131208c5bb51b794ee73013aeb3396bd015fb79e

Authored by Michael Ellerman
Committed by Paul Mackerras
1 parent 71712b4553

[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/powerpc/kernel/pci_64.c
... ... @@ -11,7 +11,7 @@
11 11 * 2 of the License, or (at your option) any later version.
12 12 */
13 13  
14   -#define DEBUG
  14 +#undef DEBUG
15 15  
16 16 #include <linux/kernel.h>
17 17 #include <linux/pci.h>