From 5347f39c2b79610b3bb6b26e9b5f57a35dd56b59 Mon Sep 17 00:00:00 2001 From: Venkatraman S Date: Tue, 7 Aug 2012 19:24:45 +0530 Subject: [PATCH] --- yaml --- r: 332802 b: refs/heads/master c: 211d4fe580735bab850d31f9e4c0a62b47a38bb2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mmc/core/core.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 989d69a18401..2ddb0efc3017 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a8a43c46a4c91475ff93eb00897cbbc5ec98874 +refs/heads/master: 211d4fe580735bab850d31f9e4c0a62b47a38bb2 diff --git a/trunk/drivers/mmc/core/core.c b/trunk/drivers/mmc/core/core.c index 8ac5246e2ab2..835c9f001a10 100644 --- a/trunk/drivers/mmc/core/core.c +++ b/trunk/drivers/mmc/core/core.c @@ -424,8 +424,9 @@ int mmc_interrupt_hpi(struct mmc_card *card) case R1_STATE_IDLE: case R1_STATE_READY: case R1_STATE_STBY: + case R1_STATE_TRAN: /* - * In idle states, HPI is not needed and the caller + * In idle and transfer states, HPI is not needed and the caller * can issue the next intended command immediately */ goto out;