[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>
This commit is contained in:
parent
a4bfde5abd
commit
56003191c4
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *filp, char __user *buf, size_t count, loff_
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
if (loopcount++ > 2) {
|
if (loopcount++ > 2) {
|
||||||
printk("Looping in ac_read. loopcount %d\n", loopcount);
|
printk(KERN_DEBUG "Looping in ac_read. loopcount %d\n", loopcount);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue