commit | c56c2e173773097a248fd3bace91ac8f6fc5386d | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Jan 08 06:56:46 2019 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jan 10 21:37:32 2019 +0800 |
tree | 8f0314f11fe049e32c8dde77fcb2e0141f889a16 | |
parent | 6db43410179bc40419a9859ebb333f178a49829d [diff] |
crypto: talitos - reorder code in talitos_edesc_alloc() This patch moves the mapping of IV after the kmalloc(). This avoids having to unmap in case kmalloc() fails. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Cc: stable@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>