From patchwork Mon Aug 3 03:33:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 502983 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AAAAA1402D5 for ; Mon, 3 Aug 2015 13:31:44 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=v0CPJRmy; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1BEFC4BE2C; Mon, 3 Aug 2015 05:31:39 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kMUxMDKLL-tf; Mon, 3 Aug 2015 05:31:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 37011A743F; Mon, 3 Aug 2015 05:31:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A88EB4BBD2 for ; Mon, 3 Aug 2015 05:31:28 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ykmDTGN_xpzs for ; Mon, 3 Aug 2015 05:31:28 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by theia.denx.de (Postfix) with ESMTPS id 397FB4BBDF for ; Mon, 3 Aug 2015 05:31:24 +0200 (CEST) Received: by pasy3 with SMTP id y3so3495893pas.2 for ; Sun, 02 Aug 2015 20:31:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=Kz91m5t6//a2oIHnwpP2i4WyVJBjLFgfY3JxNCbcLQk=; b=v0CPJRmygSoehwfzaG7RO4p9NGe0c+G5l8m0ydW+aS7zhgJuEaFxj/h48U+1DSutqv HjsNjk+3C5ngJG6+Pg7ABl1r3SD8qDzyFIGjnOKsaWKN+vYU1cSJ4+GurqmFloC/GEEl /78wtppaZbBIvc8jw3e2Eq5YeYTnd/oNghPyH4chPqj+copa4IFTIqMByx8jakyHPN0g aH+w0Do8C4VDgxw/r29OfgJ1ny9I2zl0gmF4V7SF+Fa+jv8MPgd5vE9Nd2gVhFvXAJ1G crqmrshJvYPSC2TBPTA8UciaOMSDsVO26tufO00g7VgcwD0ZEsj4MUEAjoaVsfuJngr0 UWzw== X-Received: by 10.66.55.66 with SMTP id q2mr31254367pap.94.1438572682808; Sun, 02 Aug 2015 20:31:22 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-157-139.windriver.com. [147.11.157.139]) by smtp.gmail.com with ESMTPSA id jw13sm15714474pad.48.2015.08.02.20.31.22 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Aug 2015 20:31:22 -0700 (PDT) From: Bin Meng To: Simon Glass , U-Boot Mailing List Date: Sun, 2 Aug 2015 20:33:34 -0700 Message-Id: <1438572815-20943-2-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1438572815-20943-1-git-send-email-bmeng.cn@gmail.com> References: <1438572815-20943-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH v2 2/3] pci: Remove DEBUG from pci_compat.c X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Remove DEBUG in drivers/pci/pci_compat.c. Signed-off-by: Bin Meng Acked-by: Simon Glass --- Changes in v2: - New patch to remove DEBUG from pci_compat.c drivers/pci/pci_compat.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include