[PATCHv2] crypto: add missing KERN_* constants to printks

2009-02-07 Thread Frank Seidel
From: Frank Seidel According to kerneljanitors todo list all printk calls (beginning a new line) should have an according KERN_* constant. Those are the missing pieces here for the crypto subsystem. Signed-off-by: Frank Seidel --- crypto/ansi_cprng.c |2 +- crypto/tcrypt.c | 51 +

Re: [PATCH] crypto: add missing KERN_* constants to printks

2009-02-07 Thread Frank Seidel
Herbert Xu wrote: > Please do. If it doesn't have any markings at least we know that > it needs fixing. If you just add WARNINGs then we lose that > information. Thats right, i fully agree. So i'll redo it asap. Thanks, Frank -- To unsubscribe from this list: send the line "unsubscribe linux-cr

Re: [PATCH] crypto: add missing KERN_* constants to printks

2009-02-07 Thread Herbert Xu
On Fri, Feb 06, 2009 at 03:59:31PM +0100, Frank Seidel wrote: > > Yes, i also thought so, but i didn't venture to change it > to i think it looks like. And as bevor they also were all at > the same (unspecified/default) level... > Do you think its worth/i should redo it and adapt the loglevel > mo