aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungwon Jeon <[email protected]>2011-10-18 13:20:57 +0900
committerChris Ball <[email protected]>2011-10-26 16:32:28 -0400
commit71fe3eb0d006861bdae57e93975b6ae3d9b55e99 (patch)
treee12b8a12ec5a828f879524f02b68d6564571eec3
parentb3bf915308ca2b50f3beec6cc824083870f0f4b5 (diff)
mmc: core: Modify the timeout value for writing power class
This patch will apply the generic CMD6 timeout to switch command for power class. Signed-off-by: Seungwon Jeon <[email protected]> Signed-off-by: Chris Ball <[email protected]>
-rw-r--r--drivers/mmc/core/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c
index 54088768776c..793901519208 100644
--- a/drivers/mmc/core/mmc.c
+++ b/drivers/mmc/core/mmc.c
@@ -663,7 +663,7 @@ static int mmc_select_powerclass(struct mmc_card *card,
err = mmc_switch(card, EXT_CSD_CMD_SET_NORMAL,
EXT_CSD_POWER_CLASS,
pwrclass_val,
- 0);
+ card->ext_csd.generic_cmd6_time);
}
return err;