git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d5779
)
x86: use WARN() in arch/x86/mm/ioremap.c
author
Arjan van de Ven
<arjan@linux.intel.com>
Tue, 8 Jul 2008 16:50:22 +0000
(09:50 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 21 Aug 2008 07:59:27 +0000
(09:59 +0200)
Use WARN() instead of a printk+WARN_ON() pair; this way the message
becomes part of the warning section for better reporting/collection.
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Cc: akpm@linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found