Re: [U-Boot] [PATCH 03/20] x86: Remove unwanted MMC debugging

2015-04-27 Thread Bin Meng
On Tue, Apr 28, 2015 at 6:48 AM, Simon Glass  wrote:
> This printf() should not have made it into the code.
>
> Signed-off-by: Simon Glass 
> ---
>
>  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));
>  }
> --

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 03/20] x86: Remove unwanted MMC debugging

2015-04-27 Thread Simon Glass
This printf() should not have made it into the code.

Signed-off-by: Simon Glass 
---

 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));
 }
-- 
2.2.0.rc0.207.ga3a616c

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot