mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +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:
|
||
|---|---|---|
| .. | ||
| hpre | ||
| sec | ||
| sec2 | ||
| trng | ||
| zip | ||
| debugfs.c | ||
| Kconfig | ||
| Makefile | ||
| qm_common.h | ||
| qm.c | ||
| sgl.c | ||