diff options
Diffstat (limited to 'common/cmd_eeprom.c')
| -rw-r--r-- | common/cmd_eeprom.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index a48b3d205..4a43116e9 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -104,7 +104,7 @@ int do_eeprom ( cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[])  		}  	} -	return cmd_usage(cmdtp); +	return CMD_RET_USAGE;  }  #endif |