From: Simon Glass Date: Wed, 29 Apr 2015 02:25:05 +0000 (-0600) Subject: x86: Remove unwanted MMC debugging X-Git-Tag: v2015.07-rc1~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40513861078d82a7fc8fe246ca6eeff89160d932;p=platform%2Fkernel%2Fu-boot.git x86: Remove unwanted MMC debugging This printf() should not have made it into the code. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- 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)); }