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