u-boot-brain/drivers/qe
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling
Lots of code use this construct:

	cmd_usage(cmdtp);
	return 1;

Change cmd_usage() let it return 1 - then we can replace all these
ocurrances by

	return cmd_usage(cmdtp);

This fixes a few places with incorrect return code handling, too.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-07-24 20:43:57 +02:00
..
fdt.c mpc85xx: Configure QE USB for MPC8569E-MDS boards 2009-10-27 10:04:17 -05:00
Makefile drivers/qe: Move conditional compilation to Makefile 2008-08-13 01:40:41 +02:00
qe.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
qe.h drivers/qe: Add more SNUM number for QE 2009-06-12 17:17:00 -05:00
uccf.c drivers/qe: Move conditional compilation to Makefile 2008-08-13 01:40:41 +02:00
uccf.h net: uec: Fix uccf.h and uec.h headers to include headers they depend on 2009-09-25 18:25:50 -05:00
uec_phy.c 83xx: UEC: Added support for bitBang MII driver access to PHYs 2010-05-03 14:52:48 -07:00
uec_phy.h Change UEC PHY interface to RGMII on MPC8568MDS 2008-10-18 21:54:00 +02:00
uec.c 83xx: UEC: Added support for bitBang MII driver access to PHYs 2010-05-03 14:52:48 -07:00
uec.h 83xx, uec: split enet_interface in two variables 2010-01-31 22:37:12 -08:00