commit | 0b9a8c2444ec338012478a9eea0d418e50a7e9b0 | [log] [tgz] |
---|---|---|
author | Skylar Chang <chiaweic@codeaurora.org> | Mon Feb 06 13:29:35 2017 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Feb 15 14:58:42 2017 -0800 |
tree | 5aa408b51e9965f8bdff5d8e901dd1a40a5caa56 | |
parent | e12099406e74f1271178130d9ae2f811ac2f7b08 [diff] |
msm: gsi: use reinit_completion To avoid a race condition between init_completion() and complete() which will cause a crash use reinit_completion() which is safe. CRs-Fixed: 1114785 Change-Id: I5b5c9eb6a4dbe406951d71fe5963b3c4e411daa0 Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>