projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4bfde5
)
[PATCH] printk: drivers/char/applicom.c
author
Domen Puncer
<domen@coderock.org>
Sat, 25 Jun 2005 21:58:56 +0000
(14:58 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:25:01 +0000
(16:25 -0700)
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>
drivers/char/applicom.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/applicom.c
b/drivers/char/applicom.c
index 6bf2e27dc23ad9371aaeacaee12a2eb72d81cebe..11f9ee5811242973f15bc0232d1e15fbee33373e 100644
(file)
--- a/
drivers/char/applicom.c
+++ b/
drivers/char/applicom.c
@@
-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
}