/openbmc/u-boot/board/renesas/sh7785lcr/ |
H A D | rtl8169_mac.c | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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 | 47e26b1b 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>
|