summaryrefslogtreecommitdiff
path: root/drivers/soc/xilinx
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2021-07-03 03:54:15 +0300
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-07-19 23:20:50 +0300
commitd43b3a989bc8c06fd4bbb69a7500d180db2d68e8 (patch)
tree4ee974fa61a4d56acdf46d669ca8888e08aafe8a /drivers/soc/xilinx
parentd63486dd8e0bf843949c184843137e03bca5b8b4 (diff)
downloadlinux-d43b3a989bc8c06fd4bbb69a7500d180db2d68e8.tar.xz
soc: qcom: rpmhpd: Use corner in power_off
rpmhpd_aggregate_corner() takes a corner as parameter, but in rpmhpd_power_off() the code requests the level of the first corner instead. In all (known) current cases the first corner has level 0, so this change should be a nop, but in case that there's a power domain with a non-zero lowest level this makes sure that rpmhpd_power_off() actually requests the lowest level - which is the closest to "power off" we can get. While touching the code, also skip the unnecessary zero-initialization of "ret". Fixes: 279b7e8a62cc ("soc: qcom: rpmhpd: Add RPMh power domain driver") Reviewed-by: Rajendra Nayak <rnayak@codeaurora.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Reviewed-by: Sibi Sankar <sibis@codeaurora.org> Tested-by: Sibi Sankar <sibis@codeaurora.org> Link: https://lore.kernel.org/r/20210703005416.2668319-2-bjorn.andersson@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/soc/xilinx')
0 files changed, 0 insertions, 0 deletions