diff options
| author | Alok Tiwari <alok.a.tiwari@oracle.com> | 2026-03-29 12:53:23 -0700 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2026-03-30 08:26:17 -0500 |
| commit | cd3c4670db3ffe997be9548c7a9db3952563cf14 (patch) | |
| tree | 393f6e5aaa9a509eea201fee42b237de65f80059 /tools/perf/scripts/python | |
| parent | 24e7625df5ce065393249b78930781be593bc381 (diff) | |
soc: qcom: aoss: compare against normalized cooling state
qmp_cdev_set_cur_state() normalizes the requested state to a boolean
(cdev_state = !!state). The existing early-return check compares
qmp_cdev->state == state, which can be wrong if state is non-boolean
(any non-zero value). Compare qmp_cdev->state against cdev_state instead,
so the check matches the effective state and avoids redundant updates.
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Fixes: 05589b30b21a ("soc: qcom: Extend AOSS QMP driver to support resources that are used to wake up the SoC.")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260329195333.1478090-1-alok.a.tiwari@oracle.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
