diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2019-12-17 09:35:06 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-12-27 18:18:03 +0800 |
commit | 20aaed22fec757114f9f6ca28e473e32ccb4b5c1 (patch) | |
tree | 8c4938360283ec4d87bca38848079759b12c67a0 /crypto/algapi.c | |
parent | 8004865c2e7bc9574d5ddfc99fe2a90eca840b17 (diff) | |
download | linux-20aaed22fec757114f9f6ca28e473e32ccb4b5c1.tar.gz linux-20aaed22fec757114f9f6ca28e473e32ccb4b5c1.tar.bz2 linux-20aaed22fec757114f9f6ca28e473e32ccb4b5c1.zip |
crypto: stm32/hash - 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: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions