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