iio: frequency: cf_axi_dds: Use iio_get_masklength() #22
Annotations
8 warnings
|
drivers/iio/dac/ad5686.c#L579
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
579 | ret = -ENOMEM;
| ^ ~~~~~~~
|
|
drivers/iio/dac/ad5686.c#L529
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
529 | ret = st->write(st, AD5686_CMD_WRITE_INPUT_N_UPDATE_N,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
530 | chan->address, val << chan->scan_type.shift);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/cf_axi_adc_core.c#L255
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
255 | ret = 0;
| ^ ~
|
|
drivers/iio/adc/cf_axi_adc_core.c#L249
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
249 | ret = conv->reg_access(indio_dev, reg, writeval, readval);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/cf_axi_adc_core.c#L247
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
247 | ret = -ENODEV;
| ^ ~~~~~~~
|
|
drivers/iio/adc/cf_axi_adc_core.c#L245
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
245 | ret = PTR_ERR(conv);
| ^ ~~~~~~~~~~~~~
|
|
drivers/iio/adc/ad_pulsar.c#L654
clang_analyzer: Assigned value is garbage or undefined [core.uninitialized.Assign]
654 | next_active_ch = active_ch[next_in_sequ];
| ^
|
|
drivers/iio/adc/ad_pulsar.c#L647
clang_analyzer: Assigned value is garbage or undefined [core.uninitialized.Assign]
647 | ch = active_ch[i];
| ^
|
The logs for this run have expired and are no longer available.
Loading