diff options
author | Qinglang Miao <miaoqinglang@huawei.com> | 2020-12-01 17:31:40 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-04-14 09:49:09 +0200 |
commit | 278e5bbdb9a94fa063c0f9bcde2479d0b8042462 (patch) | |
tree | 3551eab19a61f9a47569ff55ba2dec9cf9687155 /tools/perf/scripts/python/stackcollapse.py | |
parent | 223125e37af8a641ea4a09747a6a52172fc4b903 (diff) |
i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails
The PM reference count is not expected to be incremented on
return in lpi2c_imx_master_enable.
However, pm_runtime_get_sync will increment the PM reference
count even failed. Forgetting to putting operation will result
in a reference leak here.
Replace it with pm_runtime_resume_and_get to keep usage
counter balanced.
Fixes: 13d6eb20fc79 ("i2c: imx-lpi2c: add runtime pm support")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions