commit | 952fdc4e83f44691908aa892c9ff476dbc9371f8 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Nov 06 12:24:24 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Nov 13 18:06:13 2014 +0100 |
tree | 028e18de115b00124bd52e73a11aca7c87b05653 | |
parent | 11076f0cac4cceff78fe673c52b6891ee9286471 [diff] |
mx6sabresd: 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>