[HIFN]: Remove printk_ratelimit() for debugging printk
Without debugging this spams the log with "printk: N messages surpressed" without any actual messages on error. With debugging its more useful to always see the message. Signed-off-by: Patrick McHardy <kaber@trash.net> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
3c42cbc2e0
commit
7808f0738f
@ -1651,7 +1651,7 @@ static int hifn_setup_session(struct ablkcipher_request *req)
|
|||||||
err_out:
|
err_out:
|
||||||
spin_unlock_irqrestore(&dev->lock, flags);
|
spin_unlock_irqrestore(&dev->lock, flags);
|
||||||
err_out_exit:
|
err_out_exit:
|
||||||
if (err && printk_ratelimit())
|
if (err)
|
||||||
dprintk("%s: iv: %p [%d], key: %p [%d], mode: %u, op: %u, "
|
dprintk("%s: iv: %p [%d], key: %p [%d], mode: %u, op: %u, "
|
||||||
"type: %u, err: %d.\n",
|
"type: %u, err: %d.\n",
|
||||||
dev->name, ctx->iv, ctx->ivsize,
|
dev->name, ctx->iv, ctx->ivsize,
|
||||||
|
Loading…
Reference in New Issue
Block a user