X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fof%2Ffdt.c;h=1bbe3a990ef1cbb7d88caee48673c4c4a66b7fc0;hb=78bb2abe09d6bd15eeee7250f2fa0cb76432a8a2;hp=d2430298a309a86d3f2110623d3728b9dedb228f;hpb=6e37592900f1e75c2031ec10886f4858a260aeec;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index d2430298a309..1bbe3a990ef1 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -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; }