uboot-mt623x/net
Ben Warren 422b1a0160 Fix Ethernet init() return codes
Change return values of init() functions in all Ethernet drivers to conform
to the following:

    >=0: Success
    <0:  Failure

All drivers going forward should return 0 on success.  Current drivers that
return 1 on success were left as-is to minimize changes.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-By: Timur Tabi <timur@freescale.com>
2008-01-10 01:06:02 +01:00
..
Makefile Build: split COBJS value into multiple lines 2007-11-15 11:05:18 -07:00
bootp.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
bootp.h Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
eth.c Fix Ethernet init() return codes 2008-01-10 01:06:02 +01:00
net.c net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option 2008-01-03 22:54:00 -05:00
nfs.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
rarp.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 2007-07-11 23:03:06 +02:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c Fix warning differ in signedness in net/net.c and net/nfs.c 2007-11-18 01:29:38 +01:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00