commit | 259f549c1e4ad9552996a5f631c2429389f4e490 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Nov 20 16:35:19 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Nov 21 16:47:55 2014 +0100 |
tree | 23866a1419797cf52c6f02053a894d6b9a35a027 | |
parent | 14d6e4d2b08975bc2b17b060f332f2a37cac3b0e [diff] |
mx53evk: Fix error handling in board_mmc_init() When an invalid USDHC port is passed we should return -EINVAL instead of 0. Also, return the error immediately on fsl_esdhc_initialize() failure. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>