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

Skip to content
Commit b44f320f authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

pci: msm: Fix spinlock lockup during notify_client



Currently interrupts are not being disabled locally
when an event callback is being used.
This can lead to a scenario where we try to acquire
the same lock as part of global irq handler when
a client callback was in progress.

Fix this by disabling the interruts locally by using
a irqsave version of spinlock when an event callback
is being used.

Change-Id: I8a2eff826e24fb32c60bd5769390faa960669eb7
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 317d25c7
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