commit | 8aa42441c889ebb5fbb612d56df3fb2eb3eefcf2 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Jan 04 17:36:29 2014 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 13 11:52:27 2014 +0100 |
tree | f6284790cf7a0b2739b23823696b5cf166d9a67f | |
parent | 14da759fb5338ae2ae5550cce1d596794262f455 [diff] |
titanium: 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. Cc: Stefan Roese <sr@denx.de> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefan Roese <sr@denx.de>