commit | 0c072bb452f0cfd4959bc01ff3627d6385255b20 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Tue Jul 08 09:50:22 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 21 09:59:27 2008 +0200 |
tree | f45fa95da327b61676315c7bbf4fb7132d4bf82c | |
parent | 85d577979a8a94a32ca1d828a91c2eb8300bc9f2 [diff] |
x86: use WARN() in arch/x86/mm/ioremap.c 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>