diff options
Diffstat (limited to 'common/cmd_fdc.c')
| -rw-r--r-- | common/cmd_fdc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/common/cmd_fdc.c b/common/cmd_fdc.c index 486d5d484..831a07f2c 100644 --- a/common/cmd_fdc.c +++ b/common/cmd_fdc.c @@ -741,8 +741,7 @@ int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  		boot_drive=simple_strtoul(argv[2], NULL, 10);  		break;  	default: -		cmd_usage(cmdtp); -		return 1; +		return cmd_usage(cmdtp);  	}  	/* setup FDC and scan for drives  */  	if(fdc_setup(boot_drive,pCMD,pFG)==FALSE) { |