Skip to content
Snippets Groups Projects
Commit 727a99a5 authored by Daniel Walker's avatar Daniel Walker Committed by David Brown
Browse files

drivers: mmc: msm: remove clock disable in probe


The probe function adds the MMC host which can start accepting request
immediately. There is an assumption here that no requests happen
immediatly, but it's not always the case. This assumption can causes
a BUG() when the clocks are disabled. The fix is to just remove the
clock disable in the probe function.

Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 208028de
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment