aboutsummaryrefslogtreecommitdiff
path: root/lib/bug.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2015-08-12 16:30:18 +0530
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-08-28 04:33:06 +0200
commit1f821ed7afaa7ed689322ee2369f270e374a6350 (patch)
tree0d85ebcccb69a8ca2bb095b50f644502973782db /lib/bug.c
parent21c36d35711d24a7689b7fb9606ce78f3b4c3d3b (diff)
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 'lib/bug.c')
0 files changed, 0 insertions, 0 deletions