mmc: msm_sdcc: Remove uncessary delay after turning off SDCC clocks
Delay is needed only after turning on SDCC clocks so that the clocks
will be stabilized. This delay is not needed after turning off clocks.
The delay function msmsdcc_delay() also accesses SDCC register MCISTATUS2
and this will result in imprecise external abort if we try to read it
after turning off clocks. Thus, remove call to msmsdcc_delay() after
turning off clocks.
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
1 file changed