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

Skip to content
Commit 9cfd7024 authored by Bojun Pan's avatar Bojun Pan
Browse files

msm: ipa3: Fix spin_unlock_bh warning in wan driver



spin_unlock_bh in ipa3_send unconditionally enable IRQ which is causing
spin_lock_irqsave(&wwan_ptr->lock, flags) in ipa3_wwan_xmit to be broken.
The fix here is to isolate the spin_unlock_bh and spin_lock_irqsave.

Change-Id: I777f643f8789876377d26d0a54c28289df064e40
Signed-off-by: default avatarBojun Pan <bojunp@codeaurora.org>
parent 66e38d99
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