kernel/arch/powerpc/sysdev/tsi108_pci.c
.. .. @@ -216,9 +216,8 @@ 216 216 217 217 (hose)->ops = &tsi108_direct_pci_ops; 218 218 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);222 221 223 222 /* Interpret the "ranges" property */ 224 223 /* This also maps the I/O region and sets isa_io/mem_base */