Skip to content

Commit

Permalink
[PATCH] printk: drivers/char/applicom.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent a4bfde5 commit 5600319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/applicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5600319

Please sign in to comment.