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

Commit 9361513e authored by Wenbin Wang's avatar Wenbin Wang Committed by Lynus Vaz
Browse files

msm: kgsl: Don't delete uninitialized preemption timer



If we delete uninitialized timer on CONFIG_DEBUG_OBJECTS
disabled build del_timer_sync() will block for ever. For
all A3xx targets preemption timer is not initialized, but
dispatcher fault handler is trying to delete the
uninitialized preemption timer. Fix this issue by adding
a preemption check before we delete it.

CRs-Fixed: 2023690
Change-Id: I2c51a0b2286b82bf2eb5ee68d923dd9585f07f00
Signed-off-by: default avatarWenbin Wang <wwenbin@codeaurora.org>
Signed-off-by: default avatarAbhilash Kumar <krabhi@codeaurora.org>
parent 7471e26c
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