diff options
| -rw-r--r-- | drivers/mmc/host/cmdq_hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/cmdq_hci.c b/drivers/mmc/host/cmdq_hci.c index 08ba2546cf37..8a48d73fcacd 100644 --- a/drivers/mmc/host/cmdq_hci.c +++ b/drivers/mmc/host/cmdq_hci.c @@ -508,7 +508,7 @@ static void cmdq_prep_dcmd_desc(struct mmc_host *mmc, resp_type = 0x0; timing = 0x1; } else { - if (mrq->cmd->flags & MMC_RSP_R1B) { + if (mrq->cmd->flags & MMC_RSP_BUSY) { resp_type = 0x3; timing = 0x0; } else { |
