kernel/arch/powerpc/platforms/embedded6xx/wii.c
.. .. @@ -89,8 +89,8 @@ 89 89 90 90 hw_regs = ioremap(res.start, resource_size(&res)); 91 91 if (hw_regs) { 92 - pr_info("%s at 0x%08x mapped to 0x%p\n", name,93 - res.start, hw_regs);92 + pr_info("%s at 0x%pa mapped to 0x%p\n", name,93 + &res.start, hw_regs);94 94 } 95 95 96 96 out_put: