linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 2/2] printk : arch/i386/mm/ioremap.c
@ 2005-05-28 23:17 domen, Christophe Lucas
  0 siblings, 0 replies; only message in thread
From: domen, Christophe Lucas @ 2005-05-28 23:17 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, Christophe Lucas, domen

[-- Attachment #1: printk-arch_i386_mm_ioremap --]
[-- Type: text/plain, Size: 955 bytes --]



printk() calls should include appropriate KERN_* constant.

Signed-off-by: Christophe Lucas <clucas@rotomalug.org>
Signed-off-by: Domen Puncer <domen@coderock.org>


---
 ioremap.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: quilt/arch/i386/mm/ioremap.c
===================================================================
--- quilt.orig/arch/i386/mm/ioremap.c
+++ quilt/arch/i386/mm/ioremap.c
@@ -241,7 +241,7 @@ void iounmap(volatile void __iomem *addr
 	write_lock(&vmlist_lock);
 	p = __remove_vm_area((void *) (PAGE_MASK & (unsigned long __force) addr));
 	if (!p) { 
-		printk("iounmap: bad address %p\n", addr);
+		printk(KERN_WARNING "iounmap: bad address %p\n", addr);
 		goto out_unlock;
 	}
 

--
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>

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

only message in thread, other threads:[~2005-05-28 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-28 23:17 [patch 2/2] printk : arch/i386/mm/ioremap.c domen, Christophe Lucas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox