commit | 14d6e4d2b08975bc2b17b060f332f2a37cac3b0e | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Nov 20 16:35:18 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Nov 21 16:47:55 2014 +0100 |
tree | 7fbdb066aa210545f5886bdd085a261195876888 | |
parent | 40ade08a022396ee3fdbc2f12b57991732fd1c72 [diff] |
mx53smd: 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>