uboot-mt623x/board/digsy_mtc
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
..
Makefile digsy MTC: Add 'mtc' command. 2009-06-14 23:04:37 +02:00
cmd_mtc.c cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
cmd_mtc.h digsy_mtc: Add mtc state command. 2009-08-09 22:59:27 +02:00
config.mk Add support for the digsy MTC board. 2009-03-20 22:39:14 +01:00
digsy_mtc.c ppc: Remove board-specific command table relocation fixups 2009-10-03 10:17:56 +02:00
eeprom.h Add support for the digsy MTC board. 2009-03-20 22:39:14 +01:00
is42s16800a-7t.h Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00