printk format string misses a x

Signed-off-by: Olaf Hering <[EMAIL PROTECTED]>

--- ../linux-2.6.11-rc2.orig/drivers/pci/probe.c        2005-01-22 
02:48:34.000000000 +0100
+++ .//drivers/pci/probe.c      2005-01-28 17:24:50.115957815 +0100
@@ -879,7 +879,7 @@ struct pci_bus * __devinit pci_scan_bus_
 
        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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to