commit | c0da86225fb501eea26318e7f3760cdee25ee83d | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Jan 25 14:08:24 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Feb 11 11:24:11 2014 +0100 |
tree | f7198443e642fdd73491e2632a112057d4d7ff44 | |
parent | 16197bb8ba5962ab3a9c065c06c91c8c288c0f8e [diff] |
hummingboard: 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>