Re: [PATCH v2 6/6] crypto: ccree: rate limit debug print

2018-07-02 Thread Geert Uytterhoeven
Hi Gilad, On Sun, Jul 1, 2018 at 9:05 AM Gilad Ben-Yossef wrote: > 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 > Reported-by: Geert Uytterhoeven Thanks for your patch! > --- a/drive

[PATCH v2 6/6] crypto: ccree: rate limit debug print

2018-07-01 Thread Gilad Ben-Yossef
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 Reported-by: Geert Uytterhoeven --- drivers/crypto/ccree/cc_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driv