aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/crypto/dcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/dcp.c b/drivers/crypto/dcp.c
index 9e91c2cf3bf8..49dd560c0152 100644
--- a/drivers/crypto/dcp.c
+++ b/drivers/crypto/dcp.c
@@ -408,7 +408,7 @@ static void dcp_done_task(unsigned long data)
408 ablkcipher_walk_complete(&dev->ctx->walk); 408 ablkcipher_walk_complete(&dev->ctx->walk);
409 dev->ctx->req->base.complete(&dev->ctx->req->base, 409 dev->ctx->req->base.complete(&dev->ctx->req->base,
410 dev->ctx->stat); 410 dev->ctx->stat);
411 dev->ctx->req = 0; 411 dev->ctx->req = NULL;
412 /* in case there are other requests in the queue */ 412 /* in case there are other requests in the queue */
413 tasklet_schedule(&dev->queue_task); 413 tasklet_schedule(&dev->queue_task);
414} 414}