diff options
| author | Aaron Plattner <[email protected]> | 2014-06-18 18:27:32 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2014-06-18 19:52:20 +0000 |
| commit | fefa8ff810c5ab4c4206aed9d159c4d6fe8d4f1c (patch) | |
| tree | 6118b6695bc29d4bad0a0cdb36ee295903574711 /tools/perf/scripts/python/sctop.py | |
| parent | intel_pstate: Correct rounding in busy calculation (diff) | |
| download | kernel-fefa8ff810c5ab4c4206aed9d159c4d6fe8d4f1c.tar.gz kernel-fefa8ff810c5ab4c4206aed9d159c4d6fe8d4f1c.zip | |
cpufreq: unlock when failing cpufreq_update_policy()
Commit bd0fa9bb455d introduced a failure path to cpufreq_update_policy() if
cpufreq_driver->get(cpu) returns NULL. However, it jumps to the 'no_policy'
label, which exits without unlocking any of the locks the function acquired
earlier. This causes later calls into cpufreq to hang.
Fix this by creating a new 'unlock' label and jumping to that instead.
Fixes: bd0fa9bb455d ("cpufreq: Return error if ->get() failed in cpufreq_update_policy()")
Link: https://devtalk.nvidia.com/default/topic/751903/kernel-3-15-and-nv-drivers-337-340-failed-to-initialize-the-nvidia-kernel-module-gtx-550-ti-/
Signed-off-by: Aaron Plattner <[email protected]>
Cc: 3.15+ <[email protected]> # 3.15+
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
