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