mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
mmc: msm_sdcc: Schedule clock disable after probe
Signed-off-by: San Mehat <san@google.com> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
This commit is contained in:
parent
8b1c2ba274
commit
51905dcbcf
@ -1242,6 +1242,8 @@ msmsdcc_probe(struct platform_device *pdev)
|
||||
if (host->timer.function)
|
||||
pr_info("%s: Polling status mode enabled\n", mmc_hostname(mmc));
|
||||
|
||||
if (host->use_bustimer)
|
||||
mod_timer(&host->busclk_timer, jiffies + HZ);
|
||||
return 0;
|
||||
cmd_irq_free:
|
||||
free_irq(cmd_irqres->start, host);
|
||||
|
Loading…
Reference in New Issue
Block a user