[PATCH] printk: drivers/char/applicom.c
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Este cometimento está contido em:

cometido por
Linus Torvalds

ascendente
a4bfde5abd
cometimento
56003191c4
@@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *filp, char __user *buf, size_t count, loff_
|
||||
|
||||
#ifdef DEBUG
|
||||
if (loopcount++ > 2) {
|
||||
printk("Looping in ac_read. loopcount %d\n", loopcount);
|
||||
printk(KERN_DEBUG "Looping in ac_read. loopcount %d\n", loopcount);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador