* [patch 5/8] printk : drivers/char/applicom.c
@ 2005-04-08 7:51 domen
0 siblings, 0 replies; only message in thread
From: domen @ 2005-04-08 7:51 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, domen, clucas
printk() calls should include appropriate KERN_* constant.
Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/drivers/char/applicom.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/char/applicom.c~printk-drivers_char_applicom drivers/char/applicom.c
--- kj/drivers/char/applicom.c~printk-drivers_char_applicom 2005-04-05 12:58:02.000000000 +0200
+++ kj-domen/drivers/char/applicom.c 2005-04-05 12:58:02.000000000 +0200
@@ -599,7 +599,7 @@ static ssize_t ac_read (struct file *fil
#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
}
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-08 8:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-08 7:51 [patch 5/8] printk : drivers/char/applicom.c domen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®