summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorQinglang Miao <miaoqinglang@huawei.com>2020-12-01 15:56:31 +0300
committerThierry Reding <treding@nvidia.com>2021-01-15 19:24:51 +0300
commitdcdfe2712b68f1e9dbf4f1a96ad59b80e5cc0ef7 (patch)
treee0d0adf29d399170db19f54d8145169fdf83fb29 /tools/perf/scripts/python/mem-phys-addr.py
parent3ef170c25b974022b1ebec800e810fbc4b6fb06a (diff)
downloadlinux-dcdfe2712b68f1e9dbf4f1a96ad59b80e5cc0ef7.tar.xz
drm/tegra: Fix reference leak when pm_runtime_get_sync() fails
The PM reference count is not expected to be incremented on return in these Tegra functions. However, 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. Fixes: fd67e9c6ed5a ("drm/tegra: Do not implement runtime PM") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions