projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecf3650
)
PCI: add debug information to resource collision message
author
Chuck Ebbert
<cebbert@redhat.com>
Tue, 10 Apr 2007 14:25:44 +0000
(10:25 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 May 2007 02:02:38 +0000
(19:02 -0700)
Add more information to PCI resource collision message
to help with debugging.
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/i386/pci/i386.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/pci/i386.c
b/arch/i386/pci/i386.c
index 43005f04442424173db59704f39091306bf50c59..bcd2f94b732c59ebd998cad10dd64225d8283303 100644
(file)
--- a/
arch/i386/pci/i386.c
+++ b/
arch/i386/pci/i386.c
@@
-246,8
+246,8
@@
int pcibios_enable_resources(struct pci_dev *dev, int mask)
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)