ChangeSet 1.1938.505.25, 2005/03/09 00:02:51-05:00, [EMAIL PROTECTED]

        [ACPI] Allow 4 digits when printing PCI segments
        to be consistent with the rest of the kernel.
        
        Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]>
        Signed-off-by: Len Brown <[EMAIL PROTECTED]>



 pci_root.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c
--- a/drivers/acpi/pci_root.c   2005-04-01 08:13:24 -08:00
+++ b/drivers/acpi/pci_root.c   2005-04-01 08:13:24 -08:00
@@ -258,7 +258,7 @@
        /* TBD: Locking */
        list_add_tail(&root->node, &acpi_pci_roots);
 
-       printk(KERN_INFO PREFIX "%s [%s] (%02x:%02x)\n", 
+       printk(KERN_INFO PREFIX "%s [%s] (%04x:%02x)\n", 
                acpi_device_name(device), acpi_device_bid(device),
                root->id.segment, root->id.bus);
 
@@ -272,7 +272,7 @@
        root->bus = pci_acpi_scan_root(device, root->id.segment, root->id.bus);
        if (!root->bus) {
                ACPI_DEBUG_PRINT((ACPI_DB_ERROR, 
-                       "Bus %02x:%02x not present in PCI namespace\n", 
+                       "Bus %04x:%02x not present in PCI namespace\n", 
                        root->id.segment, root->id.bus));
                result = -ENODEV;
                goto end;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to