diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-01-07 12:37:29 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-01-12 12:34:11 +0100 |
commit | 687d39d4512aa5f644450d0662f40aeeac1e84a7 (patch) | |
tree | 3089bc72ce1f67c6622112ab97052a22e74554fc /drivers/iio/imu/adis16480.c | |
parent | iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel() (diff) | |
download | linux-687d39d4512aa5f644450d0662f40aeeac1e84a7.tar.xz linux-687d39d4512aa5f644450d0662f40aeeac1e84a7.zip |
iio: adc: at91-sama5d2_adc: Use dma_request_chan() instead dma_request_slave_channel()
dma_request_slave_channel() is a wrapper on top of dma_request_chan()
eating up the error code.
The dma_request_chan() is the standard API to request slave channel,
clients should be moved away from the legacy API to allow us to retire
them.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/imu/adis16480.c')
0 files changed, 0 insertions, 0 deletions