mmc: core: Rename cmd_timeout_ms to busy_timeout
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / mmc_ops.c
index e5b5eeb548d17eb08e1f374a83024dc5e4a1170b..3377bbfc3585b256c029822318a8a59887d4bc91 100644 (file)
@@ -432,7 +432,7 @@ int __mmc_switch(struct mmc_card *card, u8 set, u8 index, u8 value,
                cmd.flags |= MMC_RSP_SPI_R1 | MMC_RSP_R1;
 
 
-       cmd.cmd_timeout_ms = timeout_ms;
+       cmd.busy_timeout = timeout_ms;
        if (index == EXT_CSD_SANITIZE_START)
                cmd.sanitize_busy = true;