[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:
Domen Puncer 2005-06-25 14:58:56 -07:00 committed by Linus Torvalds
parent a4bfde5abd
commit 56003191c4

View file

@ -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
} }