mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
The direction used to map the buffer skreq->iv is DMA_TO_DEVICE but it is
unmapped with direction DMA_BIDIRECTIONAL in the error path.
Change the unmap to match the mapping.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sec_algs.c | ||
| sec_drv.c | ||
| sec_drv.h | ||