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

Skip to content
Commit fbf1064b authored by Mohammed Javid's avatar Mohammed Javid
Browse files

msm: ipa3: fix to remove mutex lock in panic notifier



Panic notifier is called in atomic context. In the same
context trying to acquire mutex lock but the lock is
already taken in the another thread. It will cause
excessive warnings logs in dmesg. To avoid this
scenario add changes to remove mutex lock from
panic notifier function.

Change-Id: I299d445751f4bc0913f0316d1f8f6ac73a553dbf
Acked-by: default avatarAshok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent 4b19ee48
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