aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/msm_sdcc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c
index 6e50939b6f8..d42a2dd6932 100644
--- a/drivers/mmc/host/msm_sdcc.c
+++ b/drivers/mmc/host/msm_sdcc.c
@@ -48,7 +48,7 @@
48 48
49#define DRIVER_NAME "msm-sdcc" 49#define DRIVER_NAME "msm-sdcc"
50 50
51#define BUSCLK_PWRSAVE 0 51#define BUSCLK_PWRSAVE 1
52#define BUSCLK_TIMEOUT (HZ) 52#define BUSCLK_TIMEOUT (HZ)
53static unsigned int msmsdcc_fmin = 144000; 53static unsigned int msmsdcc_fmin = 144000;
54static unsigned int msmsdcc_fmax = 50000000; 54static unsigned int msmsdcc_fmax = 50000000;
@@ -72,7 +72,6 @@ msmsdcc_disable_clocks(struct msmsdcc_host *host, int deferr)
72 mod_timer(&host->busclk_timer, jiffies + BUSCLK_TIMEOUT); 72 mod_timer(&host->busclk_timer, jiffies + BUSCLK_TIMEOUT);
73 } else { 73 } else {
74 del_timer_sync(&host->busclk_timer); 74 del_timer_sync(&host->busclk_timer);
75// dev_info(mmc_dev(host->mmc), "Immediate clock shutdown\n");
76 clk_disable(host->clk); 75 clk_disable(host->clk);
77 clk_disable(host->pclk); 76 clk_disable(host->pclk);
78 host->clks_on = 0; 77 host->clks_on = 0;