Loading arch/sparc/kernel/pcic.c +4 −4 Original line number Diff line number Diff line Loading @@ -519,7 +519,7 @@ static void pcic_map_pci_device(struct linux_pcic *pcic, * under 64K but it is not done yet. XXX */ printk("PCIC: Skipping I/O space at 0x%lx, " "this will Oops if a driver attaches;" "this will Oops if a driver attaches " "device '%s' at %02x:%02x)\n", address, namebuf, dev->bus->number, dev->devfn); } Loading Loading
arch/sparc/kernel/pcic.c +4 −4 Original line number Diff line number Diff line Loading @@ -519,7 +519,7 @@ static void pcic_map_pci_device(struct linux_pcic *pcic, * under 64K but it is not done yet. XXX */ printk("PCIC: Skipping I/O space at 0x%lx, " "this will Oops if a driver attaches;" "this will Oops if a driver attaches " "device '%s' at %02x:%02x)\n", address, namebuf, dev->bus->number, dev->devfn); } Loading