diff options
author | 2021-05-25 19:51:39 +0900 | |
---|---|---|
committer | 2021-06-11 10:56:38 +0900 | |
commit | 445d3bed75de4082c7c7794030ac9a5b8bfde886 (patch) | |
tree | ab67883b8eeff4d2dba8f276f893bb70abae52c5 /net/unix/af_unix.c | |
parent | drm/exynos: Use pm_runtime_resume_and_get() to replace open coding (diff) | |
download | wireguard-linux-445d3bed75de4082c7c7794030ac9a5b8bfde886.tar.xz wireguard-linux-445d3bed75de4082c7c7794030ac9a5b8bfde886.zip |
drm/exynos: use pm_runtime_resume_and_get()
Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
to deal with usage counter. pm_runtime_get_sync() increases the
usage counter even when it failed, which makes callers to forget
to decrease the usage counter and resulted in reference leak.
pm_runtime_resume_and_get() function decreases the usage counter
when it failed internally so it can avoid the reference leak.
Changelog v1:
- Fix an build error reported by kernel test robot of Intel.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Reported-by: kernel test robot <lkp@intel.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions