ARM: tegra: combine duplicate Makefile rules
[platform/kernel/u-boot.git] / common / cmd_dataflash_mmc_mux.c
index 1678d6e..f8f1787 100644 (file)
@@ -41,7 +41,7 @@ int do_dataflash_mmc_mux (cmd_tbl_t *cmdtp, int flag, int argc, char * const arg
                        AT91F_GetMuxStatus () ? "MMC" : "SPI");
                return 0;
        default:
-               return cmd_usage(cmdtp);
+               return CMD_RET_USAGE;
        }
        return 0;
 }