]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[HIFN]: Remove printk_ratelimit() for debugging printk
authorPatrick McHardy <kaber@trash.net>
Wed, 7 May 2008 14:29:42 +0000 (22:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:10 +0000 (20:35 +0800)
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>
drivers/crypto/hifn_795x.c

index d7a51ee26eed4dc0a92779048c6df1a6e750246e..e5c3bc4c4a1b2873ddb1b906b06b1128fbda96d6 100644 (file)
@@ -1651,7 +1651,7 @@ static int hifn_setup_session(struct ablkcipher_request *req)
 err_out:
        spin_unlock_irqrestore(&dev->lock, flags);
 err_out_exit:
-       if (err && printk_ratelimit())
+       if (err)
                dprintk("%s: iv: %p [%d], key: %p [%d], mode: %u, op: %u, "
                                "type: %u, err: %d.\n",
                        dev->name, ctx->iv, ctx->ivsize,