From patchwork Wed Apr 29 02:25:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 465845 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 C807514007F for ; Wed, 29 Apr 2015 12:26:51 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 99FD44BA2F; Wed, 29 Apr 2015 04:26:32 +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 26Yb18KYDVWe; Wed, 29 Apr 2015 04:26:32 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 844014BA5A; Wed, 29 Apr 2015 04:26:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5612D4BA43 for ; Wed, 29 Apr 2015 04:25:44 +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 a-6b3-Vc3p74 for ; Wed, 29 Apr 2015 04:25:44 +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-vn0-f74.google.com (mail-vn0-f74.google.com [209.85.216.74]) by theia.denx.de (Postfix) with ESMTPS id 0C0294BA2A for ; Wed, 29 Apr 2015 04:25:39 +0200 (CEST) Received: by vnbg62 with SMTP id g62so488707vnb.0 for ; Tue, 28 Apr 2015 19:25:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pYG56D6Molq9r2PccVq83c18Y5QgHmvxn2VPZIrz59c=; b=TfT73J/edTa82PxITAUmM2z4z5MO2mqUMZVpfC81i395WFy1q6IShaM8LTdZPl3nCO CYO5PTVjNHFhPKussx8q9KE1UITucY06S/gErb72D4bEjzK44lnRbxfTkyMM0wOhjBaN tU/AJ8rEDZVGUzus4U0hYvPX9IOn/+Y3emttsOP+9byv2uzoJRAOMceJSoHzV7TqKmEM AgoiA8fEDCq8qkixwsGu7xx1otzzi4B1aeQgRKDL6YjVdmePvHCP+1IGb7I8uXaI6F2L Dx9aQf+xEUIJzx18iM2MRpJY/jge18aNK4jv3emugDPgnaYpB622edtqVJmmo1VWOLH7 b2Fg== X-Gm-Message-State: ALoCoQmC1w6SMv92xdDOMrajzhxMv/YbKahvzLJZdcdz+xXYDvzXh1bjbk+JjmSrK4+RTMwtZQMH X-Received: by 10.236.10.33 with SMTP id 21mr33263390yhu.33.1430274337666; Tue, 28 Apr 2015 19:25:37 -0700 (PDT) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id v17si1377958yhc.0.2015.04.28.19.25.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Apr 2015 19:25:37 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id IjtG6Gbq.1; Tue, 28 Apr 2015 19:25:37 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 10BE6220F1F; Tue, 28 Apr 2015 20:25:37 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Tue, 28 Apr 2015 20:25:05 -0600 Message-Id: <1430274322-14383-4-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1430274322-14383-1-git-send-email-sjg@chromium.org> References: <1430274322-14383-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ , Thomas Beaman Subject: [U-Boot] [PATCH v2 03/20] x86: Remove unwanted MMC debugging 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" This printf() should not have made it into the code. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/baytrail/valleyview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/cpu/baytrail/valleyview.c b/arch/x86/cpu/baytrail/valleyview.c index a3e837d..9915da5 100644 --- a/arch/x86/cpu/baytrail/valleyview.c +++ b/arch/x86/cpu/baytrail/valleyview.c @@ -16,7 +16,6 @@ static struct pci_device_id mmc_supported[] = { int cpu_mmc_init(bd_t *bis) { - printf("mmc init\n"); return pci_mmc_init("ValleyView SDHCI", mmc_supported, ARRAY_SIZE(mmc_supported)); }