From: domen@coderock.org
From: Christophe Lucas <clucas@rotomalug.org>
To: akpm@osdl.org
Cc: linux-mm@kvack.org, Christophe Lucas <clucas@rotomalug.org>,
domen@coderock.org
Subject: [patch 2/2] printk : arch/i386/mm/ioremap.c
Date: Sun, 29 May 2005 01:17:22 +0200 [thread overview]
Message-ID: <20050528231722.025759000@nd47.coderock.org> (raw)
[-- 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>
reply other threads:[~2005-05-28 23:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050528231722.025759000@nd47.coderock.org \
--to=domen@coderock.org \
--cc=akpm@osdl.org \
--cc=clucas@rotomalug.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox