commit | a49c44dd8bcabb52cb59f7f251ff5b66c08c3213 | [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 | d6af507d5a568289a90984541e1b5971ede5cc9c [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>