diff options
author | Ye Weihua <yeweihua4@huawei.com> | 2021-04-08 19:06:38 +0800 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-04-14 10:04:23 +0200 |
commit | c4b1fcc310e655fa8414696c38a84d36c00684c8 (patch) | |
tree | da1f332798a1f7b77fc16777c96a716531c9c1f0 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a85c5c7a3aa8041777ff691400b4046e56149fd3 (diff) |
i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()
pm_runtime_get_sync() will increment the PM reference count even on
failure. Forgetting to put the reference again will result in a leak.
Replace it with pm_runtime_resume_and_get() to keep the usage counter
balanced.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Weihua <yeweihua4@huawei.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions