commit | a1f613f167a36610d238b66f5e49bfdb1d04aa89 | [log] [tgz] |
---|---|---|
author | Cyrille Pitchen <cyrille.pitchen@atmel.com> | Thu Jan 26 17:07:55 2017 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 03 18:16:14 2017 +0800 |
tree | bfd50505dec820a77b74a9f8de1ddbc19e2328eb | |
parent | 81d8750b2b59cd4e0fe4bf4fcf64e5348686c1f0 [diff] |
crypto: atmel-aes - fix atmel_aes_handle_queue() This patch fixes the value returned by atmel_aes_handle_queue(), which could have been wrong previously when the crypto request was started synchronously but became asynchronous during the ctx->start() call. Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>