Home
last modified time | relevance | path

Searched hist:"12 c20c0c9ba4c52fc512f7192c26c5b7d78f4cbe" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/mx6slevk/
H A Dmx6slevk.c12c20c0c9ba4c52fc512f7192c26c5b7d78f4cbe Sat Jan 04 19:36:33 UTC 2014 Fabio Estevam <fabio.estevam@freescale.com> mx6slevk: 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>