commit | 99b505bbbd6ee59a4868055add63a8c68204a824 | [log] [tgz] |
---|---|---|
author | Sridhar Ancha <sancha@codeaurora.org> | Thu Apr 21 23:11:10 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 15 08:43:12 2017 -0800 |
tree | 625de5d956c4780f840e63be2f8e97ac7c2228be | |
parent | 007118cb47340f1b196453b060bdb5aa7651d721 [diff] |
msm: ipa3: Fix to release IPA clock during ap suspend When AP is going to suspend, there is a possibility that IPA clock is released twice due to sps_release_resource being called from 2 contexts. Make a change to protect sps_release_resource to make sure IPA clock is released only once. CRs-Fixed: 1008230 Change-Id: I39a806ee6c5c836928bc07295d17e12108836709 Acked-by: Chaitanya Pratapa <cpratapa@qti.qualcomm.com> Signed-off-by: Sridhar Ancha <sancha@codeaurora.org>