Commit 56003191 authored by Domen Puncer's avatar Domen Puncer Committed by Linus Torvalds

[PATCH] printk: drivers/char/applicom.c

printk() calls should include appropriate KERN_* constant.
Signed-off-by: default avatarChristophe Lucas <clucas@rotomalug.org>
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a4bfde5a
...@@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *filp, char __user *buf, size_t count, loff_ ...@@ -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
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment