diff options
author | Fabrice Gasnier <[email protected]> | 2018-02-23 13:50:58 +0100 |
---|---|---|
committer | Jonathan Cameron <[email protected]> | 2018-02-24 13:00:54 +0000 |
commit | 0645af1b6988467b8362aaf44fb4013abb045bee (patch) | |
tree | ae19b64e6360b6520a73c20a20aff6030506cdb9 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 179858efd94f49945d41919c1d09a8e17c2afa98 (diff) |
iio: adc: stm32-dfsdm: fix multiple channel initialization
When several channels are registered (e.g. via st,adc-channels property):
- channels array is wrongly filled in. Only 1st element in array is being
initialized with last registered channel.
Fix it by passing reference to relevant channel (e.g. array[index]).
- only last initialized channel can work properly (e.g. unique 'ch_id'
is used). Converting any other channel result in conversion timeout.
Fix it by getting rid of 'ch_id', use chan->channel instead.
Signed-off-by: Fabrice Gasnier <[email protected]>
Acked-by: Arnaud Pouliquen <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions