]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd: net: Clean up return codes
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:09 +0000 (17:09 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:30 +0000 (21:47 +0200)
commit76baeaa259e54517e9aac347592ebd9bb0caa6e9
treed2d0d3b73ba9a05582339c26a3baf694a0a9f11c
parent9deeb8cf6e0e37ed8bdec4fe37f6118e709baa0c
cmd: net: Clean up return codes

The return codes in common/cmd_net.c had a number of inconsistencies.
Update them to all use the enum from command.h

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/cmd_net.c