commit | 92c707a5809095ddc4cff087b7e499779ece5d6b | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Jan 04 17:36:32 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 13 11:52:27 2014 +0100 |
tree | fbde60837e88ec1a9dfd918473e08703e5ecb27b | |
parent | 579be2f76033a1202e92d2876aca18dbd1230221 [diff] |
mx6sabresd: Return from cpu_eth_init() directly There is no need to print an error message when cpu_eth_init() fails because net/eth.c already prints it. In order to simplify the code, just return the value from cpu_eth_init(bis) directly. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>