mx53loco: Fix error handling in board_mmc_init()
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 15 Nov 2014 16:50:27 +0000 (14:50 -0200)
committerStefano Babic <sbabic@denx.de>
Thu, 20 Nov 2014 09:30:20 +0000 (10:30 +0100)
commit1769502b5333c209fa60c7eb821be9ce475ef193
tree13d2ecbdf4dbed6ba8884d46b0bd1048d1d46477
parent05beb8e012e8715f551d1fb2f2fa149f2a7dc06a
mx53loco: 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>
board/freescale/mx53loco/mx53loco.c