* [KJ] [PATCH] printk
@ 2006-05-15 14:37 Christophe Lucas
0 siblings, 0 replies; only message in thread
From: Christophe Lucas @ 2006-05-15 14:37 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 759 bytes --]
Description:
printk should include appropriate KERN_* constant (of course
only at beginning of lines).
Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Index: linux-2.6.16.16/arch/arm/mach-omap1/clock.c
===================================================================
--- linux-2.6.16.16.orig/arch/arm/mach-omap1/clock.c 2006-05-11 03:56:24.000000000 +0200
+++ linux-2.6.16.16/arch/arm/mach-omap1/clock.c 2006-05-15 12:28:56.000000000 +0200
@@ -702,7 +702,7 @@
ck_ref.rate = 19200000;
#endif
- printk("Clocks: ARM_SYSST: 0x%04x DPLL_CTL: 0x%04x ARM_CKCTL: 0x%04x\n",
+ printk(KERN_INFO "Clocks: ARM_SYSST: 0x%04x DPLL_CTL: 0x%04x ARM_CKCTL: 0x%04x\n",
omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
omap_readw(ARM_CKCTL));
[-- Attachment #2: Type: text/plain, Size: 168 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-15 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 14:37 [KJ] [PATCH] printk Christophe Lucas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.