Skip to content

Commit

Permalink
[POWERPC] Turn off debugging in arch/powerpc/kernel/pci_64.c
Browse files Browse the repository at this point in the history
Commit 3d5134e 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>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jun 28, 2007
1 parent 71712b4 commit 131208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/pci_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 131208c

Please sign in to comment.