]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_eeprom.c
Convert cmd_usage() calls in common to use a return value
[karo-tx-uboot.git] / common / cmd_eeprom.c
index a48b3d2052f10d452e211158287db968514aaef1..4a43116e92562cc766cd3a3fbeb577b53bd673b3 100644 (file)
@@ -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