mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 04:35:48 +00:00
In crypto4xx_cipher_done, we should be unmapping the dst page, not
mapping it.
This was flagged by a sparse warning about the unused addr variable.
While we're at it, also fix a sparse warning regarding the unused
ctx variable in crypto4xx_ahash_done (by actually using it).
Fixes:
|
||
|---|---|---|
| .. | ||
| crypto4xx_alg.c | ||
| crypto4xx_core.c | ||
| crypto4xx_core.h | ||
| crypto4xx_reg_def.h | ||
| crypto4xx_sa.h | ||
| crypto4xx_trng.c | ||
| crypto4xx_trng.h | ||
| Makefile | ||