of: do not use 0x in front of %pa
authorDmitry V. Krivenok <krivenok.dmitry@gmail.com>
Mon, 30 Nov 2015 20:45:48 +0000 (23:45 +0300)
committerRob Herring <robh@kernel.org>
Mon, 30 Nov 2015 23:56:54 +0000 (17:56 -0600)
Signed-off-by: Dmitry V. Krivenok <krivenok.dmitry@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c

index d2430298a309a86d3f2110623d3728b9dedb228f..1bbe3a990ef1cbb7d88caee48673c4c4a66b7fc0 100644 (file)
@@ -1041,7 +1041,7 @@ void __init __weak early_init_dt_add_memory_arch(u64 base, u64 size)
 int __init __weak early_init_dt_reserve_memory_arch(phys_addr_t base,
                                        phys_addr_t size, bool nomap)
 {
-       pr_err("Reserved memory not supported, ignoring range 0x%pa - 0x%pa%s\n",
+       pr_err("Reserved memory not supported, ignoring range %pa - %pa%s\n",
                  &base, &size, nomap ? " (nomap)" : "");
        return -ENOSYS;
 }
This page took 0.024619 seconds and 5 git commands to generate.