u-boot/drivers
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
..
bios_emulator Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
block drivers/block : move block drivers to drivers/block 2007-11-25 23:28:51 +01:00
hwmon Add driver for National Semiconductor LM73 temperature sensor 2007-12-27 19:35:35 +01:00
i2c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
input drivers/input : move input drivers to drivers/input 2007-11-25 23:28:49 +01:00
misc drivers/misc : move misc drivers to drivers/misc 2007-11-25 23:28:51 +01:00
mtd fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
net Fix Ethernet init() return codes 2008-01-10 01:06:02 +01:00
pci Handle MPC85xx PCIe reset errata (PCI-Ex 38) 2007-12-11 22:34:20 -06:00
pcmcia Fix coding style issues; update CHANGELOG. 2007-12-27 01:52:50 +01:00
qe Fix Ethernet init() return codes 2008-01-10 01:06:02 +01:00
rtc Add Epson RX8025 RTC support 2008-01-09 13:29:27 +01:00
serial Fix coding style issues; update CHANGELOG. 2007-12-27 01:52:50 +01:00
usb fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
video fix comments with new drivers organization 2008-01-09 21:48:49 +01:00