aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYufen Yu <[email protected]>2021-05-24 05:35:21 -0400
committerMark Brown <[email protected]>2021-06-03 14:00:01 +0100
commit81aad47278539f02de808bcc8251fed0ad3d6f55 (patch)
tree61f97001c0fac1070fbaf827c9adc234d9f18ec2 /tools/perf/scripts/python
parent28b170110a7683ee12af7e81f1b5868bc7fcb62f (diff)
ASoC: img: Fix PM reference leak in img_i2s_in_probe()
pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with pm_runtime_resume_and_get to keep usage counter balanced. Reported-by: Hulk Robot <[email protected]> Signed-off-by: Yufen Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions