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:
parent
fbb371cf2a
commit
16c8ad7b5f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue