hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/powerpc/platforms/embedded6xx/wii.c
....@@ -89,8 +89,8 @@
8989
9090 hw_regs = ioremap(res.start, resource_size(&res));
9191 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);
9494 }
9595
9696 out_put: