commit | c3cc305b4f46677b8cbab95a8977c6cd11e0c478 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Jan 04 17:36:28 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 13 11:52:27 2014 +0100 |
tree | a5c11ba66d78a09b12e881f374c7868eeac6bd6d | |
parent | 5e4c28d2ca87f586e2c9d9ea1716328b3f424962 [diff] |
wandboard: 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>