uboot-mt623x/cpu/ixp
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
..
npe Fix Ethernet init() return codes 2008-01-10 01:06:02 +01:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
config.mk * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
cpu.c cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS 2007-07-09 18:57:22 -05:00
interrupts.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
pci.c Fix warnings for PCI code on ixp 2005-09-25 00:00:45 +02:00
serial.c Coding Style clenaup; update CHANGELOG 2008-01-09 13:43:38 +01:00
start.S * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
timer.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00