projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4f541
)
pci: Allow debug message output in pci_auto.c
author
Bin Meng
<bmeng.cn@gmail.com>
Sat, 16 May 2015 01:33:14 +0000
(09:33 +0800)
committer
Simon Glass
<sjg@chromium.org>
Thu, 4 Jun 2015 08:39:39 +0000
(
02:39
-0600)
Remove the '#undef DEBUG' in pci_auto.c so that we can enable debug
message output via '-DDEBUG'.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/pci/pci_auto.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pci_auto.c
b/drivers/pci/pci_auto.c
index e8da9776731a01f6bb7a20fd6dcc21dfe7cfd176..43965d8a2ac19a7ddc7ba38273fdd9bcc82c9e42 100644
(file)
--- a/
drivers/pci/pci_auto.c
+++ b/
drivers/pci/pci_auto.c
@@
-14,7
+14,6
@@
#include <errno.h>
#include <pci.h>
-#undef DEBUG
#ifdef DEBUG
#define DEBUGF(x...) printf(x)
#else