]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: ti-cpufreq: Fix an incorrect error return value
authorSuman Anna <s-anna@ti.com>
Thu, 31 May 2018 22:21:43 +0000 (17:21 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 6 Jun 2018 06:34:31 +0000 (08:34 +0200)
commita68b6b62f68daac9dce1dcb73ed7ff53dfaf7907
tree1879ceaf9143c0ce44a545609dc183fccc981df9
parent05c00b89243d8cc57bb62cbecd6277e168d180ce
cpufreq: ti-cpufreq: Fix an incorrect error return value

Commit 4ee3922e5a76 (cpufreq: ti-cpufreq: kfree opp_data when
failure) has fixed a memory leak in the failure path, however
the patch returned a positive value on get_cpu_device() failure
instead of the previous negative value. Fix this incorrect error
return value properly.

Fixes: 4ee3922e5a76 (cpufreq: ti-cpufreq: kfree opp_data when failure)
Cc: 4.14+ <stable@vger.kernel.org> # v4.14+
Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/ti-cpufreq.c