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
..
2010-01-18 00:21:05 +01:00
2010-06-29 22:43:27 +02:00
2009-12-02 22:58:46 +01:00
2010-04-13 09:13:04 +02:00
2010-02-12 12:31:53 -06:00
2008-02-22 21:27:01 +01:00
2010-07-24 20:43:57 +02:00
2009-11-24 23:42:15 +01:00
2008-08-18 23:21:49 +02:00
2009-07-19 21:41:46 +02:00
2009-09-10 22:58:48 +02:00
2009-10-27 20:46:31 +01:00
2008-02-29 16:00:24 +01:00
2009-12-05 01:12:45 +01:00
2009-04-04 01:09:56 +02:00
2010-01-26 00:07:13 +01:00
2010-01-26 00:07:13 +01:00
2009-11-24 23:43:18 +01:00
2010-04-30 05:23:25 -05:00
2010-02-24 00:04:03 +01:00
2009-06-15 11:15:04 +02:00
2009-09-15 21:32:19 +02:00
2009-09-10 22:58:48 +02:00
2010-04-13 09:13:04 +02:00
2010-01-26 00:07:13 +01:00
2010-01-26 00:07:13 +01:00
2010-04-10 00:30:26 +02:00
2010-01-25 23:58:29 +01:00
2009-04-28 01:16:46 +02:00
2009-09-15 22:55:45 +02:00
2010-01-26 00:07:13 +01:00
2010-01-26 00:07:13 +01:00
2009-04-04 23:11:16 +02:00
2010-01-21 22:59:29 +01:00