Re: [PATCH] wlcore: fix runtime pm imbalance in wlcore_regdomain_config
From: Kalle Valo <hidden>
Date: 2020-05-29 17:34:44
Also in:
linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2020-05-29 17:34:44
Also in:
linux-wireless, lkml
Dinghao Liu [off-list ref] wrote:
pm_runtime_get_sync() increments the runtime PM usage counter even the call returns an error code. Thus a pairing decrement is needed on the error handling path to keep the counter balanced. Signed-off-by: Dinghao Liu <redacted> Acked-by: Tony Lindgren <tony@atomide.com>
Patch applied to wireless-drivers-next.git, thanks. 282a04bf1d80 wlcore: fix runtime pm imbalance in wlcore_regdomain_config -- https://patchwork.kernel.org/patch/11560391/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches