[PATCH 3/3] ARM: vexpress: don't print virtual address in dmesg
Olof Johansson
olof at lixom.net
Mon Aug 5 00:09:53 EDT 2013
Printing out the virtual address of an ioremap in dmesg makes no real
sense. Just drop it.
Signed-off-by: Olof Johansson <olof at lixom.net>
---
arch/arm/mach-vexpress/spc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-vexpress/spc.c b/arch/arm/mach-vexpress/spc.c
index 30cfa9f..1001c6c 100644
--- a/arch/arm/mach-vexpress/spc.c
+++ b/arch/arm/mach-vexpress/spc.c
@@ -219,7 +219,7 @@ static int __init ve_spc_probe(void)
*/
sync_cache_w(info);
sync_cache_w(&info);
- pr_info("vexpress-spc loaded at %p\n", info->baseaddr);
+
return 0;
mem_free:
--
1.8.1.192.gc4361b8
More information about the linux-arm-kernel
mailing list