diff options
author | Leon Romanovsky <[email protected]> | 2024-07-24 21:04:48 +0300 |
---|---|---|
committer | Christoph Hellwig <[email protected]> | 2024-08-22 06:18:11 +0200 |
commit | f69e342eec008e1bab772d3963c3dd9979293e13 (patch) | |
tree | fe81e6278c488ef1a0e7d643ef6b37a073aac722 /lib/crypto/mpi/mpi-sub-ui.c | |
parent | 3be9b846896d1d8b66040ece6e216cd58d03242e (diff) |
dma-mapping: call ->unmap_page and ->unmap_sg unconditionally
Almost all instances of the dma_map_ops ->map_page()/map_sg() methods
implement ->unmap_page()/unmap_sg() too. The once instance which doesn't
dma_dummy_ops which is used to fail the DMA mapping and thus there won't
be any calls to ->unmap_page()/unmap_sg().
Remove the checks for ->unmap_page()/unmap_sg() and call them directly to
create an interface that is symmetrical to ->map_page()/map_sg().
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Reviewed-by: Robin Murphy <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions