--- zzzz-none-000/linux-3.10.107/arch/m68k/kernel/pcibios.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/m68k/kernel/pcibios.c 2021-02-04 17:41:59.000000000 +0000 @@ -62,7 +62,7 @@ r = dev->resource + idx; if (!r->start && r->end) { - pr_err(KERN_ERR "PCI: Device %s not available because of resource collisions\n", + pr_err("PCI: Device %s not available because of resource collisions\n", pci_name(dev)); return -EINVAL; }