commit | daca535b1c36fa25baef3c07389174cfcb8585b8 | [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 | 9a149bc440846c84f5394215287427d1df48bcbf [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>