aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/hifn_795x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/hifn_795x.c b/drivers/crypto/hifn_795x.c
index d7a51ee26eed..e5c3bc4c4a1b 100644
--- a/drivers/crypto/hifn_795x.c
+++ b/drivers/crypto/hifn_795x.c
@@ -1651,7 +1651,7 @@ static int hifn_setup_session(struct ablkcipher_request *req)
1651err_out: 1651err_out:
1652 spin_unlock_irqrestore(&dev->lock, flags); 1652 spin_unlock_irqrestore(&dev->lock, flags);
1653err_out_exit: 1653err_out_exit:
1654 if (err && printk_ratelimit()) 1654 if (err)
1655 dprintk("%s: iv: %p [%d], key: %p [%d], mode: %u, op: %u, " 1655 dprintk("%s: iv: %p [%d], key: %p [%d], mode: %u, op: %u, "
1656 "type: %u, err: %d.\n", 1656 "type: %u, err: %d.\n",
1657 dev->name, ctx->iv, ctx->ivsize, 1657 dev->name, ctx->iv, ctx->ivsize,