[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070413225634.B0B90D3E31B@imap.suse.de>
Date: Fri, 13 Apr 2007 15:54:18 -0700
From: <gregkh@...e.de>
To: cebbert@...hat.com, greg@...ah.com, gregkh@...e.de,
linux-kernel@...r.kernel.org
Subject: patch pci-add-debug-information-to-resource-collision-message.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled
Subject: PCI: add debug information to resource collision message
to my gregkh-2.6 tree. Its filename is
pci-add-debug-information-to-resource-collision-message.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From cebbert@...hat.com Tue Apr 10 07:26:01 2007
From: Chuck Ebbert <cebbert@...hat.com>
Date: Tue, 10 Apr 2007 10:25:44 -0400
Subject: PCI: add debug information to resource collision message
To: Greg KH <greg@...ah.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>, linux-pci@...ey.karlin.mff.cuni.cz
Message-ID: <461B9E68.6040008@...hat.com>
Add more information to PCI resource collision message
to help with debugging.
Signed-off-by: Chuck Ebbert <cebbert@...hat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
---
arch/i386/pci/i386.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/arch/i386/pci/i386.c
+++ b/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 gregkh-2.6 which might be from cebbert@...hat.com are
pci/pci-add-debug-information-to-resource-collision-message.patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists