Skip to content

Commit

Permalink
mmc: msm_sdcc: Schedule clock disable after probe
Browse files Browse the repository at this point in the history
Signed-off-by: San Mehat <san@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
San Mehat authored and Daniel Walker committed Mar 18, 2010
1 parent 8b1c2ba commit 51905dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mmc/host/msm_sdcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 51905dc

Please sign in to comment.