zephyr/drivers/sensor/adi
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
..
ad2s1210
adltc2990
adt7310
adt7420
adxl345
adxl362 drivers: sensor: adi: adxl362: change return type of ret variable 2025-06-09 14:47:41 -07:00
adxl367
adxl372 drivers: sensor: adi: adxl372: Remove logically dead code 2025-06-17 07:22:34 +02:00
CMakeLists.txt
Kconfig