Re: [U-Boot] [PATCH 35/55] exynos: Correct return value in exynos_mmc_init()

2015-07-27 Thread Simon Glass
On 2 July 2015 at 18:16, Simon Glass s...@chromium.org wrote: This function should return 0 on success, not 1. Fix it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/mmc/s5p_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/s5p_sdhci.c

[U-Boot] [PATCH 35/55] exynos: Correct return value in exynos_mmc_init()

2015-07-02 Thread Simon Glass
This function should return 0 on success, not 1. Fix it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/mmc/s5p_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c index 8e1968a..522eab9 100644 ---