[PATCH 0/2] soc: ti: Fix PM disable depth imbalance in probe
Zhang Qilong
zhangqilong3 at huawei.com
Tue Nov 8 00:03:20 PST 2022
The pm_runtime_enable will increase power disable depth. Thus
a pairing decrement is needed when error returns to keep it
balanced. This series of patches fixed it in probe to avoid
the warning issue like "Unbalanced pm_runtime_enable!".
Zhang Qilong (2):
soc: ti: Fix PM disable depth imbalance in knav_queue_probe
soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe
drivers/soc/ti/knav_qmss_queue.c | 1 +
drivers/soc/ti/smartreflex.c | 1 +
2 files changed, 2 insertions(+)
--
2.25.1
More information about the linux-arm-kernel
mailing list