FROMGIT: thermal: qcom-spmi-adc-tm5: drop IIO_VAL_INT check in adc_tm5_get_temp - #984
Conversation
|
Merge Check Failed: No Change Task Found No associated change tasks found for CR 4636200 on any of the following entities: Entities:
CR: 4636200 Please ensure the CR has a change task associated with at least one of the entities for this branch. |
…5_get_temp Commit bb21ee3 ("iio: Fix iio_multiply_value use in iio_read_channel_processed_scale") fixed the iio_read_channel_processed_scale to return 0 on success instead of IIO_VAL_INT (1). The existing check in adc_tm5_get_temp() treated a successful return as an error because it expected IIO_VAL_INT. Drop the redundant `ret != IIO_VAL_INT` condition and rely solely on the negative error check. Fixes: bb21ee3 ("iio: Fix iio_multiply_value use in iio_read_channel_processed_scale") Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> Reviewed-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> Acked-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com> #from IIO Link: https://lore.kernel.org/all/20260724-adc-tm5-drop-iio-val-int-check-v1-1-0b85a0895dd7@oss.qualcomm.com/
|
change got merged on linux-next , so change tag to FROMGIT |
5efafe3 to
6073a13
Compare
|
Merge Check Failed: CR Not Eligible for Merge CR 4636200 is not eligible for merge. The parent software image for kernel.qli.2.0 is not development complete. Entity: Please ensure the CR passes both CCT (ComponentChangeTasks) and ICT (Integration Change Tasks) validations. |
Test Matrix
|
PR #984 — validate-patchPR: #984
Final Summary
Note on integration presence: The
|
PR #984 — checker-log-analyzerPR: #984
Detailed report: Full report
|
PR #984 — validate-patchPR: #984
Final Summary
|
PR #984 — checker-log-analyzerPR: #984
Detailed report: Full report
|
LAVA Failed Case Triage SummaryPR: #984 Job 207970 | SoC qcs9100-rideLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207970 Failed test cases in LAVA job 207970 (SoC: qcs9100-ride).
Job 207971 | SoC shikra-iqs-evkLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207971 Failed test cases in LAVA job 207971 (SoC: shikra-iqs-evk).
Job 207972 | SoC lemans-evkLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207972 Failed test cases in LAVA job 207972 (SoC: lemans-evk).
Job 207973 | SoC qcs615-rideLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207973 Failed test cases in LAVA job 207973 (SoC: qcs615-ride).
Job 207974 | SoC monaco-evkLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207974 Failed test cases in LAVA job 207974 (SoC: monaco-evk).
Job 207975 | SoC hamoa-evkLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207975 Failed test cases in LAVA job 207975 (SoC: hamoa-evk).
Job 207976 | SoC qcs8300-rideLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207976 Failed test cases in LAVA job 207976 (SoC: qcs8300-ride).
Job 207977 | SoC qcs6490-rb3gen2LAVA job: https://lava-oss.qualcomm.com/scheduler/job/207977 Failed test cases in LAVA job 207977 (SoC: qcs6490-rb3gen2).
Job 207978 | SoC purwa-evkLAVA job: https://lava-oss.qualcomm.com/scheduler/job/207978 Failed test cases in LAVA job 207978 (SoC: purwa-evk).
|
Commit bb21ee3 ("iio: Fix iio_multiply_value use in iio_read_channel_processed_scale") fixed the
iio_read_channel_processed_scale to return 0 on success instead of IIO_VAL_INT (1). The existing check in adc_tm5_get_temp() treated a successful return as an error because it expected IIO_VAL_INT. Drop the redundant
ret != IIO_VAL_INTcondition and rely solely on the negative error check.Fixes: bb21ee3 ("iio: Fix iio_multiply_value use in iio_read_channel_processed_scale")
Reviewed-by: Jonathan Cameron jonathan.cameron@oss.qualcomm.com
Acked-by: Jonathan Cameron jonathan.cameron@oss.qualcomm.com #from IIO
Link: https://lore.kernel.org/all/20260724-adc-tm5-drop-iio-val-int-check-v1-1-0b85a0895dd7@oss.qualcomm.com/
CRs-Fixed: 4636200