Commits
Simon Glass committed 8405452e6ab
net: Fix error handling in sb_eth_raw_ofdata_to_platdata() At present this stores the error number in an unsigned int so an error is never detected. Use the existing signed variable instead. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>