commit | aed3358b98e096f3c06a9a867a0cfa8b2564393b | [log] [tgz] |
---|---|---|
author | Upakul Barkakaty <upakul@gmail.com> | Thu Nov 29 12:16:13 2007 +0530 |
committer | Ben Warren <biggerbadderben@gmail.com> | Thu Jan 03 22:39:51 2008 -0500 |
tree | 4709f78870677807b2f2c99fc86fa33a69d65bfe | |
parent | db7101e3ad0fe8be642843f761f57043c4346752 [diff] |
NET: Proper return code handling in eth_init() function in file eth.c This patch modifies the return code handling in the eth_init() function, to be compatible with the handling of the return codes in the other network stack files. It now returns a 0 on Success and -1 on error. Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>