]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_pci.c
Convert cmd_usage() calls in common to use a return value
[karo-tx-uboot.git] / common / cmd_pci.c
index 1e477bc900a4a62b9bd2c548b2463606130dda4d..a1fe519f61d9cc3584f2e53540a5c4ef82daad5c 100644 (file)
@@ -480,7 +480,7 @@ int do_pci (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 
        return 1;
  usage:
-       return cmd_usage(cmdtp);
+       return CMD_RET_USAGE;
 }
 
 /***************************************************/