Madura add orx #83
Annotations
10 warnings
|
drivers/iio/adc/adrv902x/adrv9025.c#L2080
clang_analyzer: Value stored to 'dev' during its initialization is never read [deadcode.DeadStores]
2080 | struct device *dev = jesd204_dev_to_device(jdev);
| ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1974
clang_analyzer: Value stored to 'dev' during its initialization is never read [deadcode.DeadStores]
1974 | struct device *dev = jesd204_dev_to_device(jdev);
| ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1939
clang_analyzer: Value stored to 'dev' during its initialization is never read [deadcode.DeadStores]
1939 | struct device *dev = jesd204_dev_to_device(jdev);
| ^~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1871
clang_analyzer: Assigned value is garbage or undefined [core.uninitialized.Assign]
1871 | clk_priv->rate = rate;
| ^ ~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1801
clang_analyzer: Value stored to 'clk_priv' during its initialization is never read [deadcode.DeadStores]
1801 | struct adrv9025_clock *clk_priv = to_clk_priv(hw);
| ^~~~~~~~ ~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1753
clang_analyzer: Value stored to 'd' is never read [deadcode.DeadStores]
1753 | d = debugfs_create_file(phy->debugfs_entry[i].propname, mode,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1754 | iio_get_debugfs_dentry(indio_dev),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1755 | &phy->debugfs_entry[i],
| ~~~~~~~~~~~~~~~~~~~~~~~
1756 | &adrv9025_debugfs_reg_fops);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1692
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
1692 | ret = -EINVAL;
| ^ ~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1550
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
1550 | ret = -EINVAL;
| ^ ~~~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L1187
clang_analyzer: Value stored to 'ret' is never read [deadcode.DeadStores]
1187 | ret = adrv9025_gainindex_to_gain(phy, chan->channel,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1188 | rxGain.gainIndex, val,
| ~~~~~~~~~~~~~~~~~~~~~~
1189 | val2);
| ~~~~~
|
|
drivers/iio/adc/adrv902x/adrv9025.c#L657
clang_analyzer: 3rd function call argument is an uninitialized value [core.CallAndMessage]
657 | return ret ? ret : sprintf(buf, "%llu\n", val);
| ^ ~~~
|
The logs for this run have expired and are no longer available.
Loading