commit | 687d39d4512aa5f644450d0662f40aeeac1e84a7 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Jan 07 13:37:29 2020 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sun Jan 12 11:34:11 2020 +0000 |
tree | 3089bc72ce1f67c6622112ab97052a22e74554fc | |
parent | 735404b846dffcb320264f62b76e6f70012214dd [diff] |
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>