Skip to content
Commit 364d0221 authored by Kornel Dulęba's avatar Kornel Dulęba Committed by David S. Miller
Browse files

net: wwan: t7xx: Fix Runtime PM resume sequence

Resume device before calling napi_schedule, instead of doing in the napi
poll routine. Polling is done in softrq context. We can't call the PM
resume logic from there as it's blocking and not irq safe.
In order to make it work modify the interrupt handler to be run from irq
handler thread.

Fixes: 5545b7b9

 ("net: wwan: t7xx: Add NAPI support")
Signed-off-by: default avatarKornel Dulęba <mindal@semihalf.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 60bd1d90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment