commit | ac6de6d6b362486b6571bcbb31a4d4a6054705f1 | [log] [tgz] |
---|---|---|
author | Subhash Jadavani <subhashj@codeaurora.org> | Tue Apr 11 19:12:39 2017 -0700 |
committer | Subhash Jadavani <subhashj@codeaurora.org> | Tue Apr 18 15:57:53 2017 -0700 |
tree | c3124f4ab57c0bc48c1ae2c7013778692ec2ac29 | |
parent | 13ce088150ee43426ee718aaaa28b656f62dbee8 [diff] |
mmc: sdhci: remove incorrect spinlock release sdhci_set_clock() may try to release spinlock even if it is not acquired. Fix this by removing spin lock/unlock before usleep() as sdhci_set_clock() is not getting called with spinlock held. Change-Id: I4db5e818daf8c9e0f29b094120f0df3aa3eb073e Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>