commit | bb742ad01961a3b9d1f9d19375487b879668b6b2 | [log] [tgz] |
---|---|---|
author | Zhang Qilong <zhangqilong3@huawei.com> | Sat Oct 31 11:03:53 2020 +0800 |
committer | Alex Williamson <alex.williamson@redhat.com> | Tue Nov 03 11:07:40 2020 -0700 |
tree | 70641145617ec44524867375c5642f4c140c323e | |
parent | 38565c93c8a1306dc5f245572a545fbea908ac41 [diff] |
vfio: platform: fix reference leak in vfio_platform_open pm_runtime_get_sync() will increment pm usage counter even it failed. Forgetting to call pm_runtime_put will result in reference leak in vfio_platform_open, so we should fix it. Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com> Acked-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>