All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c
@ 2015-05-16  1:33 Bin Meng
  2015-05-18 21:39 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2015-05-16  1:33 UTC (permalink / raw)
  To: u-boot

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>

---

Changes in v2:
- Commit meessage minor update

 drivers/pci/pci_auto.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c
index e8da977..43965d8 100644
--- 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
-- 
1.8.2.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c
  2015-05-16  1:33 [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c Bin Meng
@ 2015-05-18 21:39 ` Simon Glass
  2015-06-02 14:17   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2015-05-18 21:39 UTC (permalink / raw)
  To: u-boot

On 15 May 2015 at 19:33, Bin Meng <bmeng.cn@gmail.com> wrote:
> 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>
>
> ---
>
> Changes in v2:
> - Commit meessage minor update
>
>  drivers/pci/pci_auto.c | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c
  2015-05-18 21:39 ` Simon Glass
@ 2015-06-02 14:17   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2015-06-02 14:17 UTC (permalink / raw)
  To: u-boot

On 18 May 2015 at 15:39, Simon Glass <sjg@chromium.org> wrote:
> On 15 May 2015 at 19:33, Bin Meng <bmeng.cn@gmail.com> wrote:
>> 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>
>>
>> ---
>>
>> Changes in v2:
>> - Commit meessage minor update
>>
>>  drivers/pci/pci_auto.c | 1 -
>>  1 file changed, 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-02 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-16  1:33 [U-Boot] [PATCH v2 1/6] pci: Allow debug message output in pci_auto.c Bin Meng
2015-05-18 21:39 ` Simon Glass
2015-06-02 14:17   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.