commit | c057584d392266f9776feb113edc7e16b22e3334 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Jan 04 17:36:31 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 13 11:52:27 2014 +0100 |
tree | e5dba39490bc39bdf0be4943f4a790922a32729a | |
parent | 3787927f00154bfd378d27d7ba02c741862c0632 [diff] |
mx6qsabreauto: 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>