summaryrefslogtreecommitdiffstats
path: root/drivers/reset
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2022-09-21 12:30:38 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2022-09-21 12:49:40 +0530
commit91dc90fdb8b8199519a3aac9c46a433b02223c5b (patch)
treed6e8f5bb9d091acfc78c841c8bd7c84c2c4d1d49 /drivers/reset
parentddf958f39741a1dda74020ac8a0f226cb5aa017b (diff)
downloadlinux-91dc90fdb8b8199519a3aac9c46a433b02223c5b.tar.gz
linux-91dc90fdb8b8199519a3aac9c46a433b02223c5b.tar.bz2
linux-91dc90fdb8b8199519a3aac9c46a433b02223c5b.zip
cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warning
Commit 6240aaad75e1 was supposed to drop the reference count to the OPP, instead it avoided more stuff if the OPP isn't found. This isn't entirely correct. We already have a frequency value available, we just couldn't align it with an OPP in case of IS_ERR(opp). Lets continue with updating thermal pressure, etc, even if we aren't able to find an OPP here. This fixes warning generated by the 'smatch' tool. Fixes: 6240aaad75e1 ("cpufreq: qcom-hw: fix the opp entries refcounting") Cc: v5.18+ <stable@vger.kernel.org> # v5.18+ Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/reset')
0 files changed, 0 insertions, 0 deletions