ot1200: Fix the error handling in board_eth_init()
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 11 Sep 2015 03:53:52 +0000 (00:53 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Sep 2015 09:05:31 +0000 (11:05 +0200)
commitcbb8f9676c17e7c1c0aa71552cf0e5700055c146
treef4417852f2c2dc69236990ca77d301d7a2f69082
parent747472bb960e37080e0f498f7cf752a89ad148c9
ot1200: Fix the error handling in board_eth_init()

We should not return 0 on failure, so return a negative error code
instead.

Also centralize the error path so that is easier to follow.

Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/bachmann/ot1200/ot1200.c