diff options
author | 2021-06-07 14:46:39 +0800 | |
---|---|---|
committer | 2021-07-28 12:04:12 +0530 | |
commit | baa16371c9525f24d508508e4d296c031e1de29c (patch) | |
tree | 42e8319d04ecd133f1037a780d18122f7f97465e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma ops (diff) | |
download | wireguard-linux-baa16371c9525f24d508508e4d296c031e1de29c.tar.xz wireguard-linux-baa16371c9525f24d508508e4d296c031e1de29c.zip |
dmaengine: stm32-dmamux: Fix PM usage counter unbalance in stm32 dmamux ops
pm_runtime_get_sync will increment pm usage counter
even it failed. Forgetting to putting operation will
result in reference leak here. We fix it by replacing
it with pm_runtime_resume_and_get to keep usage counter
balanced.
Fixes: 4f3ceca254e0f ("dmaengine: stm32-dmamux: Add PM Runtime support")
Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com>
Link: https://lore.kernel.org/r/20210607064640.121394-3-zhangqilong3@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions