All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH 60/72] arm: add KERN_ constants to arch/arm/mm/ioremap.c
@ 2006-09-08  2:03 James Nelson
  0 siblings, 0 replies; only message in thread
From: James Nelson @ 2006-09-08  2:03 UTC (permalink / raw)
  To: kernel-janitors

Signed-off-by: James Nelson <james4765@gmail.com>
---
diff --git a/arch/arm/mm/ioremap.c b/arch/arm/mm/ioremap.c
index 88a999d..7b3d951 100644
--- a/arch/arm/mm/ioremap.c
+++ b/arch/arm/mm/ioremap.c
@@ -61,7 +61,7 @@ remap_area_pte(pte_t * pte, unsigned lon
 	return;
 
  bad:
-	printk("remap_area_pte: page already exists\n");
+	printk(KERN_CRIT "remap_area_pte: page already exists\n");
 	BUG();
 }
 
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-08  2:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-08  2:03 [KJ] [PATCH 60/72] arm: add KERN_ constants to arch/arm/mm/ioremap.c James Nelson

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.