hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/powerpc/sysdev/tsi108_pci.c
....@@ -216,9 +216,8 @@
216216
217217 (hose)->ops = &tsi108_direct_pci_ops;
218218
219
- printk(KERN_INFO "Found tsi108 PCI host bridge at 0x%08x. "
220
- "Firmware bus number: %d->%d\n",
221
- rsrc.start, hose->first_busno, hose->last_busno);
219
+ pr_info("Found tsi108 PCI host bridge at 0x%pa. Firmware bus number: %d->%d\n",
220
+ &rsrc.start, hose->first_busno, hose->last_busno);
222221
223222 /* Interpret the "ranges" property */
224223 /* This also maps the I/O region and sets isa_io/mem_base */