commit | 25a9e98038ca6e0335f760f58ef1fd418122ea13 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 20:53:40 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:40:45 2015 -0600 |
tree | 91701729bc2144d32e6d64201f7bf7d0f565aeb7 | |
parent | d62a1dc6bcfe9d210081d70669b39b4c77a07430 [diff] |
net: smsc95xx: Correct the error numbers Instead of returning -1 on error, we should use a proper error number. Fix the code to conform to this. Signed-off-by: Simon Glass <sjg@chromium.org>