]> git.ipfire.org Git - people/ms/u-boot.git/commit
nitrogen6x: Fix the error handling in board_eth_init()
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 11 Sep 2015 03:53:51 +0000 (00:53 -0300)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Sep 2015 09:05:15 +0000 (11:05 +0200)
commit747472bb960e37080e0f498f7cf752a89ad148c9
tree9ee5ccaa44a3d182dc057db2cb37a676dcc6809e
parent8f6edf6d30cc22a4231c5dd97a3bd82803d8f08c
nitrogen6x: 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: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c