Merge tag 'defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / firmware / iscsi_ibft_find.c
index a059459..94b49cc 100644 (file)
@@ -83,7 +83,7 @@ void __init reserve_ibft_region(void)
                                if (pos + len <= (IBFT_END-1)) {
                                        ibft_phys_addr = pos;
                                        memblock_reserve(ibft_phys_addr, PAGE_ALIGN(len));
-                                       pr_info("iBFT found at 0x%lx.\n", ibft_phys_addr);
+                                       pr_info("iBFT found at %pa.\n", &ibft_phys_addr);
                                        return;
                                }
                        }