diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-16 18:19:46 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-20 22:21:20 +1100 |
commit | 67d8208fba1324fa0198f9fc58a9edbe09596947 (patch) | |
tree | 96706be2b7fc412bf43735b626636027b6eb5f16 /tools | |
parent | 0aeba2d0d27c7341c10aeae7f013ad5f034d8b2d (diff) |
crypto4xx_core: don't abuse __dma_sync_page
This function is internal to the DMA API implementation. Instead use
the DMA API to properly unmap. Note that the DMA API usage in this
driver is a disaster and urgently needs some work - it is missing all
the unmaps, seems to do a secondary map where it looks like it should
to a unmap in one place to work around cache coherency and the
directions passed in seem to be partially wrong.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions