commit | 1084f57078b213ef71133b804e1030229a3aefb6 | [log] [tgz] |
---|---|---|
author | Siddharth Bhal <sbhal@codeaurora.org> | Tue Dec 02 20:01:35 2014 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Mar 22 23:22:42 2015 -0700 |
tree | 41564b52d444e6968b66e872197cd11458df7ff6 | |
parent | af6d0cbd46ccb37231d832452652f116988344bd [diff] |
wcnss: avoid removing pm_qos request when already removed Race condition is observed when removing pm_qos request to avoid power collapse of BIMC. Using Mutex lock to ensure proper synchronization in removing pm_qos request and not remove request when already removed. CRs-Fixed: 766358 Change-Id: I8976fec9d6f145e213a827894bb58aee23155971 Signed-off-by: Siddharth Bhal <sbhal@codeaurora.org>