]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6qsabreauto: Return from cpu_eth_init() directly
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 4 Jan 2014 19:36:31 +0000 (17:36 -0200)
committerStefano Babic <sbabic@denx.de>
Mon, 13 Jan 2014 10:52:27 +0000 (11:52 +0100)
commit579be2f76033a1202e92d2876aca18dbd1230221
treee5dba39490bc39bdf0be4943f4a790922a32729a
parent1037dc0a2bccfd615be37e52d3322ac622d25b59
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>
board/freescale/mx6qsabreauto/mx6qsabreauto.c