mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
crypto: ccree - rate limit debug print
A debug print about register status post interrupt can happen quite often. Rate limit it to avoid cluttering the log. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
84f366dadc
commit
5c324a2ffa
|
|
@ -131,8 +131,8 @@ static irqreturn_t cc_isr(int irq, void *dev_id)
|
|||
}
|
||||
|
||||
if (irr) {
|
||||
dev_dbg(dev, "IRR includes unknown cause bits (0x%08X)\n",
|
||||
irr);
|
||||
dev_dbg_ratelimited(dev, "IRR includes unknown cause bits (0x%08X)\n",
|
||||
irr);
|
||||
/* Just warning */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user