You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 049359d ("crypto: amcc - Add crypt4xx driver")
Signed-off-by: Herbert Xu <[email protected]>
Tested-by: Christian Lamparter <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
0 commit comments