OSDN Git Service

crypto: omap-aes - fixup aligned data cleanup
authorTero Kristo <t-kristo@ti.com>
Tue, 5 Nov 2019 14:00:59 +0000 (16:00 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:58 +0000 (16:36 +0800)
commit6585cd3683c624d9cbe5cbc480f870b2d1df47db
tree300dff35717c646b9f87098765f69e5dcefb0a49
parent60a0894c323af7de0a1b69d64f7d81d13dd9b16c
crypto: omap-aes - fixup aligned data cleanup

Aligned data cleanup is using wrong pointers in the cleanup calls. Most
of the time these are right, but can cause mysterious problems in some
cases. Fix to use the same pointers that were used with the align call.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-aes.c