x86: use WARN() in arch/x86/mm/ioremap.c
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 8 Jul 2008 16:50:22 +0000 (09:50 -0700)
committerIngo 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