Re: [PATCH] wlcore: fix runtime pm imbalance in wlcore_regdomain_config
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:51:30
Also in:
linux-wireless, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2020-05-20 18:51:30
Also in:
linux-wireless, lkml
* Dinghao Liu [off-list ref] [200520 12:47]:
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.
Acked-by: Tony Lindgren <tony@atomide.com>