From patchwork Mon Apr 27 22:48:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 465271 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 79CC61400DE for ; Tue, 28 Apr 2015 08:49:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0AC224BBB8; Tue, 28 Apr 2015 00:49:37 +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 fltgUZ2GiQzv; Tue, 28 Apr 2015 00:49:36 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 22CBC4BBD5; Tue, 28 Apr 2015 00:49:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 54D5D4BBB8 for ; Tue, 28 Apr 2015 00:49:13 +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 JOSFyOZsy0Gx for ; Tue, 28 Apr 2015 00:49:13 +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-ig0-f202.google.com (mail-ig0-f202.google.com [209.85.213.202]) by theia.denx.de (Postfix) with ESMTPS id E6B3A4BB9A for ; Tue, 28 Apr 2015 00:49:08 +0200 (CEST) Received: by igdh15 with SMTP id h15so535230igd.1 for ; Mon, 27 Apr 2015 15:49:07 -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=/3P7YomUSAilPxdPnN8tLtm/d78Ucy5Yp0ysaCfHNQo=; b=Hjisv1N/vY3BjdGAww5jQezhmEVGVCtREAu+A7tPTX21y5Fv0PEYfQkacL3KN/XIpc TkVzEFi67gFyZfBUAm+YOUUrNgOSf3uOf4sSmjnBSmZIG5jWB/Rv4dE672L8i9Y97kM0 f8khgfKu13x6DLYVvjCutQHz/f2BAASJ2BtOQaR5MUocVYD3YitsEAukMPIg6r7SUUZV grC4PgFwM23UMBixAmciHMPK4pQAJy61jtsvztVTIFYGu2hn6sjMvSBXKKQLshVV/eHI Is2EzsXtzJ86XAg3XbEnnC7ShcewBZ/a0NbWc0+BA0mqPGI6QLHQnVsJ0dmwN6u2PeSY NMDA== X-Gm-Message-State: ALoCoQlDfQ5cmlKDEUwwhlb+gXGGviGkK1nGmerA1RNjZyIM8RbceQ2IPhwfg0XjWU9MXu/uD8FH X-Received: by 10.43.130.198 with SMTP id hn6mr24674915icc.26.1430174947683; Mon, 27 Apr 2015 15:49:07 -0700 (PDT) Received: from corpmail-nozzle1-2.hot.corp.google.com ([100.108.1.103]) by gmr-mx.google.com with ESMTPS id f100si1091113yhp.7.2015.04.27.15.49.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Apr 2015 15:49:07 -0700 (PDT) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-2.hot.corp.google.com with ESMTP id zIxewTgF.1; Mon, 27 Apr 2015 15:49:07 -0700 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 02307220CFF; Mon, 27 Apr 2015 16:49:06 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Mon, 27 Apr 2015 16:48:06 -0600 Message-Id: <1430174911-27538-4-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1430174911-27538-1-git-send-email-sjg@chromium.org> References: <1430174911-27538-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ , Tom Rini , Thomas Beaman Subject: [U-Boot] [PATCH 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 --- 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)); }