commit | 7dd56c23dfcc3b83fb0a47fdf622e9b9781626f0 | [log] [tgz] |
---|---|---|
author | Krishna Konda <kkonda@codeaurora.org> | Thu Nov 08 17:52:32 2012 -0800 |
committer | Krishna Konda <kkonda@codeaurora.org> | Thu Nov 08 18:04:49 2012 -0800 |
tree | b9ca81f17dea017343fd23437ee2dc278a5cb601 | |
parent | 7dd40b063f30d1913ecf666753a32ac74a03d797 [diff] |
mmc: msm_sdcc: fix mismatched clock api calls During probe after setting up sdcc core clock with clk_enable_prepare(), if there are any errors, the core clock is turned off but with clk_disable() instead of the matching clk_disable_unprepare(). This causes the clock driver to retain the vote for core clock thus preventing tcxo shutdown. Change-Id: I818a7c70800d23804d06dd768159c4de6ef5eda1 Signed-off-by: Krishna Konda <kkonda@codeaurora.org>