diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-12-17 20:16:02 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-12-22 18:37:55 +0100 |
commit | 50a4606655582f310b3f07c9492af9a72b40003b (patch) | |
tree | 8e12bb6a33e5a4ebb454a24832756f64cf6fd065 /tools/perf/scripts/python/check-perf-trace.py | |
parent | e4719b52b144d90923fcd6a276b84a28308f7322 (diff) |
PM: runtime: Simplify locking in pm_runtime_put_suppliers()
Notice that pm_runtime_put_suppliers() cannot be called with
disabled interrupts, because it may sleep (due to the device
links read locking in the non-SRCU case), and so it can use
spin_lock_irq() and spin_unlock_irq() for the locking.
Update the function accordingly and while at it move the "put"
local variable in it into the inner block where it is used.
This change is not expected to have any visible functional impact.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions