diff options
| author | Colin Ian King <[email protected]> | 2020-04-24 14:04:19 +0100 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2020-05-03 09:47:21 +0100 |
| commit | a66904b209b6d828f9ad4486f30e24fb3463c71c (patch) | |
| tree | 313ce10e0bcdd4024681aae7f9265f6afb417eea /tools/perf/scripts/python/bin | |
| parent | ff3f7e049aef9202deeb2c67cfe7da819846dba1 (diff) | |
iio: adc: ad7476: remove redundant null check on an array
The null check on st->chip_info->convst_channel is redundant because
convst_channel is a 2 element array of struct iio_chan_spec objects
and this can never be null. Fix this by removing the null check.
Addresses-Coverity: ("Array compared against 0")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions