commit | ea80e643a02dd1f7f3e8941f9ffdb430c5ca8c0e | [log] [tgz] |
---|---|---|
author | Kaushal Kumar <kaushalk@codeaurora.org> | Mon Sep 24 12:50:43 2012 +0530 |
committer | Anirudh Ghayal <aghayal@codeaurora.org> | Tue Sep 25 08:45:30 2012 +0530 |
tree | 7a16ff0eae64df3ac8f24a6fd2596daaa205767f | |
parent | c958cecd3f19db1a345cdc86c166a43f2a766253 [diff] |
msm: cpr: Replace mutex with spinlock in atomic context The CPR suspend is called in an atomic context which leads to failure if mutex is used before disabling CPR. Replace with spinlock to fix it. Change-Id: Ifb23e3988b79ebb0810af88b45d88b778c7c9015 Signed-off-by: Kaushal Kumar <kaushalk@codeaurora.org>