diff options
author | Pavel Machek (CIP) <pavel@denx.de> | 2021-04-06 13:54:14 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-05-17 12:31:05 +0200 |
commit | 73a395c46704304b96bc5e2ee19be31124025c0c (patch) | |
tree | 12ca6f8f9a5397487ee9e8fff732e855cbf3c1eb /drivers/misc/cs5535-mfgpt.c | |
parent | Linux 5.13-rc1 (diff) | |
download | linux-73a395c46704304b96bc5e2ee19be31124025c0c.tar.xz linux-73a395c46704304b96bc5e2ee19be31124025c0c.zip |
drm/tegra: sor: Do not leak runtime PM reference
It's theoretically possible for the runtime PM reference to leak if the
code fails anywhere between the pm_runtime_resume_and_get() and
pm_runtime_put() calls, so make sure to release the runtime PM reference
in that case.
Practically this will never happen because none of the functions will
fail on Tegra, but it's better for the code to be pedantic in case these
assumptions will ever become wrong.
Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>
[treding@nvidia.com: add commit message]
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/misc/cs5535-mfgpt.c')
0 files changed, 0 insertions, 0 deletions