diff options
author | Miquel Raynal <[email protected]> | 2021-08-18 13:11:25 +0200 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2021-09-14 12:02:10 +0100 |
commit | f0cb5fed37ab37f6a6c5463c5fd39b58a45670c8 (patch) | |
tree | d92d220a5905880f6b095c7b69447e0dba6030c1 /scripts/gdb/linux/utils.py | |
parent | 732ae19ee8f58ecaf30cbc1bbbda5cbee6a45043 (diff) |
iio: adc: max1027: Fix the number of max1X31 channels
The macro MAX1X29_CHANNELS() already calls MAX1X27_CHANNELS().
Calling MAX1X27_CHANNELS() before MAX1X29_CHANNELS() in the definition
of MAX1X31_CHANNELS() declares the first 8 channels twice. So drop this
extra call from the MAX1X31 channels list definition.
Fixes: 7af5257d8427 ("iio: adc: max1027: Prepare the introduction of different resolutions")
Cc: [email protected]
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Nuno Sá <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions