[PATCH] PCI: typo in pci_scan_bus_parented

From: Greg KH
Date: Thu Feb 03 2005 - 14:15:34 EST


ChangeSet 1.2041, 2005/02/03 00:39:41-08:00, akpm@xxxxxxxx

[PATCH] PCI: typo in pci_scan_bus_parented

From: Olaf Hering <olh@xxxxxxx>

printk format string misses a x

Signed-off-by: Olaf Hering <olh@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/pci/probe.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/pci/probe.c b/drivers/pci/probe.c
--- a/drivers/pci/probe.c 2005-02-03 09:29:00 -08:00
+++ b/drivers/pci/probe.c 2005-02-03 09:29:00 -08:00
@@ -879,7 +879,7 @@

if (pci_find_bus(pci_domain_nr(b), bus)) {
/* If we already got to this bus through a different bridge, ignore it */
- DBG("PCI: Bus %04:%02x already known\n", pci_domain_nr(b), bus);
+ DBG("PCI: Bus %04x:%02x already known\n", pci_domain_nr(b), bus);
goto err_out;
}
list_add_tail(&b->node, &pci_root_buses);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/