commit | c3fb6826b3f64c05cf4cab47e64c7e8e2ba679bc | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Nov 20 16:35:20 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Nov 21 16:47:55 2014 +0100 |
tree | ed95a5a544771d80f0d14ad42f57fb089929d88d | |
parent | 259f549c1e4ad9552996a5f631c2429389f4e490 [diff] |
mx53ard: 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>