The patch titled PCI: add debug information to resource collision message has been added to the -mm tree. Its filename is pci-add-debug-information-to-resource-collision-message.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: PCI: add debug information to resource collision message From: Chuck Ebbert <cebbert@xxxxxxxxxx> Add more information to PCI resource collision message to help with debugging. Signed-off-by: Chuck Ebbert <cebbert@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/pci/i386.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/pci/i386.c~pci-add-debug-information-to-resource-collision-message arch/i386/pci/i386.c --- a/arch/i386/pci/i386.c~pci-add-debug-information-to-resource-collision-message +++ a/arch/i386/pci/i386.c @@ -246,8 +246,8 @@ int pcibios_enable_resources(struct pci_ continue; if (!r->start && r->end) { printk(KERN_ERR "PCI: Device %s not available " - "because of resource collisions\n", - pci_name(dev)); + "because of resource %d collisions\n", + pci_name(dev), idx); return -EINVAL; } if (r->flags & IORESOURCE_IO) _ Patches currently in -mm which might be from cebbert@xxxxxxxxxx are pci-add-debug-information-to-resource-collision-message.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html