diff options
author | 2015-08-12 16:30:18 +0530 | |
---|---|---|
committer | 2015-08-28 04:33:06 +0200 | |
commit | 1f821ed7afaa7ed689322ee2369f270e374a6350 (patch) | |
tree | 0d85ebcccb69a8ca2bb095b50f644502973782db /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled (diff) | |
download | wireguard-linux-1f821ed7afaa7ed689322ee2369f270e374a6350.tar.xz wireguard-linux-1f821ed7afaa7ed689322ee2369f270e374a6350.zip |
PM / OPP: Free resources and properly return error on failure
_of_init_opp_table_v2() isn't freeing up resources on some errors and
the error values returned are also not correct always.
This fixes following problems:
- Return -ENOENT, if no entries are found in the table.
- Use IS_ERR() to properly check return value of _find_device_opp().
- Return error value with PTR_ERR() in above case.
- Free table if _find_device_opp() fails.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions