Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c81ab14e authored by Harshdeep Dhatt's avatar Harshdeep Dhatt Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Don't call del_timer_sync() with spinlock



If timer handler is executing on another core and
del_timer_sync() is called then it waits for the timer
handler to finish executing. Calling this function while
holding a lock which the timer handler might also need can
lead to a deadlock.

CRs-Fixed: 883016
Change-Id: Ibb408d403f1252a184f331bb5798e85df097f6bc
Signed-off-by: default avatarHarshdeep Dhatt <hdhatt@codeaurora.org>
parent 65bdd3d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment