/openbmc/u-boot/board/renesas/sh7785lcr/ |
H A D | rtl8169_mac.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
H A D | selfcheck.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/drivers/misc/ |
H A D | ds4510.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | ecc.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pca953x.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/board/freescale/mpc8610hpcd/ |
H A D | mpc8610hpcd_diu.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/board/freescale/common/ |
H A D | sys_eeprom.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/drivers/qe/ |
H A D | qe.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/common/ |
H A D | command.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
H A D | main.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | km_arm.c | diff 47e26b1bf91ddef69f4a3892815c857db094cef9 Fri Jul 16 18:06:04 CDT 2010 Wolfgang Denk <wd@denx.de> 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>
|