Tobias Jakobi 6a9fbb6e20 exynos: Fix passing of errors in exynos_mmc_init()
exynos_mmc_init() always returns zero, so for the caller
it looks like it never fails.

Correct this by returning the error code of process_nodes().
For process_nodes() do something similar and return early
when do_sdhci_init() fails.

v2: Only fail in process_nodes() if we fail on all
    available nodes.

Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-10-13 20:22:28 +09:00
..
2015-09-02 21:28:24 -06:00
2015-05-05 12:29:36 +03:00
2015-09-02 21:28:24 -06:00
2015-08-13 11:24:26 +03:00
2015-07-21 17:39:25 -06:00
2015-05-05 12:29:36 +03:00
2015-05-05 12:29:36 +03:00
2015-09-02 21:28:24 -06:00
2015-05-05 12:29:36 +03:00
2015-05-05 12:29:36 +03:00
2014-12-05 11:16:22 +09:00
2015-09-29 11:50:07 +02:00