crypto: caam - fix indentation of goto label

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Roland Hieber 2019-01-22 16:26:08 +01:00 committed by Herbert Xu
parent fbb371cf2a
commit 16c8ad7b5f
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ static int ahash_update_ctx(struct ahash_request *req)
#endif
return ret;
unmap_ctx:
unmap_ctx:
ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL);
kfree(edesc);
return ret;