Commit 16c8ad7b authored by Roland Hieber's avatar Roland Hieber Committed by Herbert Xu

crypto: caam - fix indentation of goto label

Signed-off-by: default avatarRoland Hieber <rhi@pengutronix.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent fbb371cf
...@@ -955,7 +955,7 @@ static int ahash_update_ctx(struct ahash_request *req) ...@@ -955,7 +955,7 @@ static int ahash_update_ctx(struct ahash_request *req)
#endif #endif
return ret; return ret;
unmap_ctx: unmap_ctx:
ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL); ahash_unmap_ctx(jrdev, edesc, req, ctx->ctx_len, DMA_BIDIRECTIONAL);
kfree(edesc); kfree(edesc);
return ret; return ret;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment