提交 51905dcb 编写于 作者: S San Mehat 提交者: Daniel Walker

mmc: msm_sdcc: Schedule clock disable after probe

Signed-off-by: NSan Mehat <san@google.com>
Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
上级 8b1c2ba2
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册