+4
−4
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The actual resume takes place when a request is received. In a situation when mmcqd and qseecomd(rpmb) both try to resume the device, a race is ensued. This is because mmcqd first resumes the device and then claims the host. Ideally, if resume is in progress in one context the resume in the other context should be cancelled. Claim the host before resuming the device in mmcqd context. CRs-fixed: 697018 Change-Id: I11d33e642a9b2022f77277196de128c9ac78d334 Signed-off-by:Asutosh Das <asutoshd@codeaurora.org> [merez@codeaurora.org: fix conflicts due to changes in 3.14 code] Signed-off-by:
Maya Erez <merez@codeaurora.org>