diff options
author | Qinglang Miao <miaoqinglang@huawei.com> | 2020-12-01 20:56:31 +0800 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-01-15 17:24:51 +0100 |
commit | dcdfe2712b68f1e9dbf4f1a96ad59b80e5cc0ef7 (patch) | |
tree | e0d0adf29d399170db19f54d8145169fdf83fb29 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3ef170c25b974022b1ebec800e810fbc4b6fb06a (diff) |
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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions