diff options
author | Viresh Kumar <[email protected]> | 2018-09-13 13:09:27 +0530 |
---|---|---|
committer | Viresh Kumar <[email protected]> | 2018-09-19 14:56:40 -0700 |
commit | 404b1369ea26f598b96ae4d3183262a879703cfe (patch) | |
tree | df57c469958d52b0a6f1b45da07c16443f812492 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2fbb8670b4ff4454f1c0de510f788d737edc4b90 (diff) |
OPP: Don't try to remove all OPP tables on failure
dev_pm_opp_of_cpumask_add_table() creates the OPP table for all CPUs
present in the cpumask and on errors it should revert all changes it has
done.
It actually is doing a bit more than that. On errors, it tries to free
all the OPP tables, even the one it hasn't created yet. This may also
end up freeing the OPP tables which were created from separate path,
like dev_pm_opp_set_supported_hw().
Reported-and-tested-by: Niklas Cassel <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions