diff options
| author | Shang XiaoJing <[email protected]> | 2022-11-24 14:49:40 +0800 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2022-12-02 18:12:40 +0800 |
| commit | 7bcceb4c9896b1b672b636ae70fe75110d6bf1ad (patch) | |
| tree | 4a5f7a4e1b191ae2e362f7f7786c23e4b9424627 /tools/perf/scripts/python/libxed.py | |
| parent | c390c452ebeb44cb979b7374d3acc3859415e86c (diff) | |
crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()
omap_sham_probe() calls pm_runtime_get_sync() and calls
pm_runtime_put_sync() latter to put usage_counter. However,
pm_runtime_get_sync() will increment usage_counter even it failed. Fix
it by replacing it with pm_runtime_resume_and_get() to keep usage
counter balanced.
Fixes: b359f034c8bf ("crypto: omap-sham - Convert to use pm_runtime API")
Signed-off-by: Shang XiaoJing <[email protected]>
Acked-by: Mark Greer <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions