diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2019-12-17 09:45:05 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-03-22 17:22:07 +0100 |
commit | f7b87c9af45414225fc6e78af898e403b719181d (patch) | |
tree | cb1d5867dfe8ac4b4d1ada632b738df4bfc7007d /drivers/mfd/cros_ec_dev.c | |
parent | 3e566bee7f89de19727293c3ef1803b43c948d15 (diff) | |
download | linux-f7b87c9af45414225fc6e78af898e403b719181d.tar.bz2 |
i2c: mxs: 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.
By using dma_request_chan() directly the driver can support deferred
probing against DMA.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/mfd/cros_ec_dev.c')
0 files changed, 0 insertions, 0 deletions