Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51905dcb authored by San Mehat's avatar San Mehat Committed by Daniel Walker
Browse files

mmc: msm_sdcc: Schedule clock disable after probe



Signed-off-by: default avatarSan Mehat <san@google.com>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 8b1c2ba2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1242,6 +1242,8 @@ msmsdcc_probe(struct platform_device *pdev)
	if (host->timer.function)
	if (host->timer.function)
		pr_info("%s: Polling status mode enabled\n", mmc_hostname(mmc));
		pr_info("%s: Polling status mode enabled\n", mmc_hostname(mmc));


	if (host->use_bustimer)
		mod_timer(&host->busclk_timer, jiffies + HZ);
	return 0;
	return 0;
 cmd_irq_free:
 cmd_irq_free:
	free_irq(cmd_irqres->start, host);
	free_irq(cmd_irqres->start, host);