diff options
| author | Dinghao Liu <[email protected]> | 2020-06-28 07:55:23 +0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-08-18 15:54:38 +0200 |
| commit | bbe516e976fce538db96bd2b7287df942faa14a3 (patch) | |
| tree | 4e76fdaac29fa40595fff324a39cf539053cc88f /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 5cef0785362edf51f2a8cc30d5b8e9fa128d1a66 (diff) | |
media: venus: core: Fix runtime PM imbalance in venus_probe
pm_runtime_get_sync() increments the runtime PM usage counter even
when it returns an error code. Thus a pairing decrement is needed on
the error handling path to keep the counter balanced. For other error
paths after this call, things are the same.
Fix this by adding pm_runtime_put_noidle() after 'err_runtime_disable'
label. But in this case, the error path after pm_runtime_put_sync()
will decrease PM usage counter twice. Thus add an extra
pm_runtime_get_noresume() in this path to balance PM counter.
Signed-off-by: Dinghao Liu <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions