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 drivers: sensor: adi: add ad2s1210 resolver support 2025-05-27 23:43:56 +02:00
adltc2990 tests: adltc2990: introduce mock_i2c_error function 2025-06-06 09:08:22 -07:00
adt7310
adt7420
adxl345 drivers: sensor: adi: Set adxl345 thread name 2025-05-20 15:23:51 +02:00
adxl362 drivers: sensor: adi: adxl362: change return type of ret variable 2025-06-09 14:47:41 -07:00
adxl367 drivers: sensor: adxl367: FIFO mode from DT 2025-04-28 08:34:35 +02:00
adxl372 drivers: sensor: adi: adxl372: Remove logically dead code 2025-06-17 07:22:34 +02:00
CMakeLists.txt drivers: sensor: adi: add ad2s1210 resolver support 2025-05-27 23:43:56 +02:00
Kconfig drivers: sensor: adi: add ad2s1210 resolver support 2025-05-27 23:43:56 +02:00