diff mbox

[U-Boot,v2,2/3] pci: Remove DEBUG from pci_compat.c

Message ID 1438572815-20943-2-git-send-email-bmeng.cn@gmail.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Bin Meng Aug. 3, 2015, 3:33 a.m. UTC
Remove DEBUG in drivers/pci/pci_compat.c.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

---

Changes in v2:
- New patch to remove DEBUG from pci_compat.c

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

Comments

Simon Glass Aug. 5, 2015, 2:40 p.m. UTC | #1
On 2 August 2015 at 21:33, Bin Meng <bmeng.cn@gmail.com> wrote:
> Remove DEBUG in drivers/pci/pci_compat.c.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>
> ---
>
> Changes in v2:
> - New patch to remove DEBUG from pci_compat.c
>
>  drivers/pci/pci_compat.c | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass Aug. 5, 2015, 7:43 p.m. UTC | #2
On 5 August 2015 at 08:40, Simon Glass <sjg@chromium.org> wrote:
> On 2 August 2015 at 21:33, Bin Meng <bmeng.cn@gmail.com> wrote:
>> Remove DEBUG in drivers/pci/pci_compat.c.
>>
>> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - New patch to remove DEBUG from pci_compat.c
>>
>>  drivers/pci/pci_compat.c | 1 -
>>  1 file changed, 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/drivers/pci/pci_compat.c b/drivers/pci/pci_compat.c
index 05c3510..712c48f 100644
--- a/drivers/pci/pci_compat.c
+++ b/drivers/pci/pci_compat.c
@@ -5,7 +5,6 @@ 
  *
  * SPDX-License-Identifier:	GPL-2.0+
  */
-#define DEBUG
 #include <common.h>
 #include <dm.h>
 #include <errno.h>