diff options
Diffstat (limited to 'common/cmd_otp.c')
| -rw-r--r-- | common/cmd_otp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_otp.c b/common/cmd_otp.c index eb93eb2db..6f9333551 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -89,7 +89,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  	if (argc < 4) {   usage: -		return cmd_usage(cmdtp); +		return CMD_RET_USAGE;  	}  	prompt_user = false; |