Home
last modified time | relevance | path

Searched hist:"47 e26b1b" (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/board/renesas/sh7785lcr/
H A Drtl8169_mac.c47e26b1b 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 Dselfcheck.c47e26b1b 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 Dds4510.c47e26b1b 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 Decc.c47e26b1b 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 Dpca953x.c47e26b1b 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 Dmpc8610hpcd_diu.c47e26b1b 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 Dsys_eeprom.c47e26b1b 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 Dqe.c47e26b1b 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 Dcommand.c47e26b1b 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 Dmain.c47e26b1b 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 Dkm_arm.c47e26b1b 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>