cmd: net: Clean up return codes
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:09 +0000 (17:09 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:11 +0000 (11:11 -0600)
commit85848f0377bc9f8703f2b07db51bd1eb88e2b3ba
tree4aa864901c8e24c070d724bc2481ae8475fb4f90
parent55d5fd9a84ced5c5feb5eda0db1523fa3c2fc742
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