mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
bcdda4301b
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 |