From: Dmitry Kasatkin <dmitry.kasat...@nokia.com>

Request pointer is already available in the function.

Signed-off-by: Dmitry Kasatkin <dmitry.kasat...@nokia.com>
---
 drivers/crypto/omap-sham.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c
index ba8f1ea..8a45fb7 100644
--- a/drivers/crypto/omap-sham.c
+++ b/drivers/crypto/omap-sham.c
@@ -639,7 +639,7 @@ static void omap_sham_finish_req(struct ahash_request *req, 
int err)
        struct omap_sham_dev *dd = ctx->dd;
 
        if (!err) {
-               omap_sham_copy_hash(ctx->dd->req, 1);
+               omap_sham_copy_hash(req, 1);
                if (ctx->flags & FLAGS_FINAL)
                        err = omap_sham_finish(req);
        } else {
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to