drivers: mmc: msm: remove clock disable in probe
authorDaniel Walker <dwalker@codeaurora.org>
Tue, 18 Jan 2011 18:14:33 +0000 (10:14 -0800)
committerDavid Brown <davidb@codeaurora.org>
Sat, 22 Jan 2011 00:57:55 +0000 (16:57 -0800)
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: Daniel Walker <dwalker@codeaurora.org>

No differences found