diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2018-02-23 13:50:58 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-02-24 13:00:54 +0000 |
commit | 0645af1b6988467b8362aaf44fb4013abb045bee (patch) | |
tree | ae19b64e6360b6520a73c20a20aff6030506cdb9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
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 <fabrice.gasnier@st.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions