X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fmmc%2Fs5p_sdhci.c;h=e50ff925a5691164b26b7b8eff09fee637b4707c;hb=d6cf707e819546623ed742b2324e8b4f106fcf5d;hp=dc49d37f5caee08ebfccd0efe182eed6bc53ffeb;hpb=bdc3ff6e4f75813d01e51081799d10e4a9c7fbcb;p=oweals%2Fu-boot.git diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhci.c index dc49d37f5c..e50ff925a5 100644 --- a/drivers/mmc/s5p_sdhci.c +++ b/drivers/mmc/s5p_sdhci.c @@ -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); }