Mika Westerberg <[email protected]> writes: > When runtime resuming igc we get: > > [ 516.161666] RTNL: assertion failed at ./include/net/netdev_lock.h (72) > > Happens because commit 310ae9eb2617 ("net: designate queue -> napi > linking as "ops protected"") added check for this. For this reason drop > the special case for runtime PM from __igc_resume(). This makes it take > rtnl lock unconditionally. > > Signed-off-by: Mika Westerberg <[email protected]> > ---
Typo in the commit subject: rntl -> rtnl I think it's worth fixing, anyway: Acked-by: Vinicius Costa Gomes <[email protected]> Cheers, -- Vinicius
