zephyr/drivers/sensor/adi/adxl372
Alexander Apostolu 2e7ec2bc29 drivers: sensor: adi: adxl372: Remove logically dead code
Remove logically dead if and else-if conditions as shown by the static
analysis, replacing with the else statement.

When data_opt is assigned to the MIN of fifo_wmark_cfg and fifo_full_cfg,
both those variables will be non-NULL as an earlier condition ensures the
function returns if either one of the variables is NULL before assigning
to data_opt.

Signed-off-by: Alexander Apostolu <apostolu240@gmail.com>
2025-06-17 07:22:34 +02:00
..
adxl372.c drivers: sensor: adxl372: FIFO mode from DT 2025-04-28 12:55:18 -05:00
adxl372.h drivers: sensor: adxl372: FIFO mode from DT 2025-04-28 12:55:18 -05:00
adxl372_decoder.c sensor: adxl372: Fix build time issue due to shift variable namespace 2025-02-21 04:39:16 +01:00
adxl372_i2c.c
adxl372_rtio.c drivers: sensor: adxl372: Updated driver with RTIO stream functionality 2024-10-22 18:30:13 -04:00
adxl372_spi.c
adxl372_stream.c drivers: sensor: adi: adxl372: Remove logically dead code 2025-06-17 07:22:34 +02:00
adxl372_trigger.c drivers: sensor: adi: Set trigger thread name 2024-10-26 03:56:58 +01:00
CMakeLists.txt drivers: sensor: adxl372: Updated driver with RTIO stream functionality 2024-10-22 18:30:13 -04:00
Kconfig drivers: sensor: adxl372: Updated driver with RTIO stream functionality 2024-10-22 18:30:13 -04:00