diff options
author | Shixin Liu <liushixin2@huawei.com> | 2021-04-08 15:18:39 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-04-16 21:16:33 +1000 |
commit | 1f34cc4a8da34fbb250efb928f9b8c6fe7ee0642 (patch) | |
tree | f5ba084d692bc3dea65ed7cf1bb95681b4f4f8ee /net/rds/threads.c | |
parent | 13343badae093977295341d5a050f51ef128821c (diff) | |
download | linux-1f34cc4a8da34fbb250efb928f9b8c6fe7ee0642.tar.bz2 |
crypto: omap-aes - Fix PM reference leak on omap-aes.c
pm_runtime_get_sync will increment pm usage counter even it failed.
Forgetting to putting operation will result in reference leak here.
Fix it by replacing it with pm_runtime_resume_and_get to keep usage
counter balanced.
Signed-off-by: Shixin Liu <liushixin2@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/rds/threads.c')
0 files changed, 0 insertions, 0 deletions