Re: [PATCH] wlcore: fix runtime pm imbalance in wl1271_op_suspend
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:49:01
Also in:
linux-wireless, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:49:01
Also in:
linux-wireless, lkml
* Dinghao Liu [off-list ref] [200520 12:58]:
When wlcore_hw_interrupt_notify() returns an error code, a pairing runtime PM usage counter decrement is needed to keep the counter balanced.
We should probably keep the warning though, nothing will get shown for wl1271_configure_suspend_ap() errors. Otherwise looks good to me. Regards, Tony