]> git.sur5r.net Git - u-boot/blobdiff - drivers/mmc/s5p_sdhci.c
EXYNOS: Resolve the i2c compilation error
[u-boot] / drivers / mmc / s5p_sdhci.c
index dc49d37f5caee08ebfccd0efe182eed6bc53ffeb..e50ff925a5691164b26b7b8eff09fee637b4707c 100644 (file)
@@ -94,6 +94,5 @@ int s5p_sdhci_init(u32 regbase, int index, int bus_width)
 
        host->host_caps = MMC_MODE_HC;
 
-       add_sdhci(host, 52000000, 400000);
-       return 0;
+       return add_sdhci(host, 52000000, 400000);
 }