aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/core/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 8ac5246e2ab..835c9f001a1 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -424,8 +424,9 @@ int mmc_interrupt_hpi(struct mmc_card *card)
424 case R1_STATE_IDLE: 424 case R1_STATE_IDLE:
425 case R1_STATE_READY: 425 case R1_STATE_READY:
426 case R1_STATE_STBY: 426 case R1_STATE_STBY:
427 case R1_STATE_TRAN:
427 /* 428 /*
428 * In idle states, HPI is not needed and the caller 429 * In idle and transfer states, HPI is not needed and the caller
429 * can issue the next intended command immediately 430 * can issue the next intended command immediately
430 */ 431 */
431 goto out; 432 goto out;