hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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 */