commit | 5ff50dbb9c43afae02d5b5b4bec8ce5e5e91c704 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri Sep 11 00:53:51 2015 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Sun Sep 13 11:05:15 2015 +0200 |
tree | 9ee5ccaa44a3d182dc057db2cb37a676dcc6809e | |
parent | 1d0b7e3cb3418d2d2d98fc297e4a6f760fdc0861 [diff] |
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>