commit | e393cf4170fb2e744370b056d6a6d193b4642059 | [log] [tgz] |
---|---|---|
author | jitiphil <jitiphil@codeaurora.org> | Mon Jul 30 14:14:48 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Aug 13 12:57:57 2018 -0700 |
tree | 08158e0191411662228c76920bbadc9d8731b000 | |
parent | 14e22492c58ccfb08313ec2c3d0c63c0d2ec9eec [diff] |
qcacmn: Deinit CE tasklet work before CE Cleanup During freeing up of hif_config_de resources, the ce tasklet workers are deinitialized after the ce cleanup is done. This causes a race condition between shutdown and ce tasklet in case rescheduling of ce taslket is done. Deinitialize the taslket workers before ce structures are deinitialized. Change-Id: I708711174cf818c0d15ef92c881c8d8aee49e9f1 CRs-Fixed: 2283272