]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: Correct return value in exynos_mmc_init()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:12 +0000 (18:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:15 +0000 (08:17 +0200)
commitff2fb74102a9e898a02aaa4810938901677b7b36
tree216b6223eb3137a64713745fcbc2a12145a48795
parent2875bf9349e592e848c332a0acb5332214b21f1d
exynos: Correct return value in exynos_mmc_init()

This function should return 0 on success, not 1. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/s5p_sdhci.c