Commit c1331eff authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by David Mosberger

[PATCH] ia64: Remove extraneous printks (we get the same information from ACPI).

(iosapic_init): Remove extraneous printk.
(pci_acpi_scan_root): Remove extraneous printk.
parent 48af811d
......@@ -628,9 +628,6 @@ iosapic_init (unsigned long phys_addr, unsigned int gsi_base)
iosapic_lists[num_iosapic].num_rte = num_rte;
num_iosapic++;
printk(KERN_INFO " IOSAPIC v%x.%x, address 0x%lx, GSIs 0x%x-0x%x\n",
(ver & 0xf0) >> 4, (ver & 0x0f), phys_addr, gsi_base, gsi_base + num_rte - 1);
if ((gsi_base == 0) && pcat_compat) {
/*
* Map the legacy ISA devices into the IOSAPIC data. Some of these may
......
......@@ -260,7 +260,6 @@ pci_acpi_scan_root (struct acpi_device *device, int domain, int bus)
unsigned int windows = 0;
char *name;
printk("PCI: Probing PCI hardware on bus (%04x:%02x)\n", domain, bus);
controller = alloc_pci_controller(domain);
if (!controller)
goto out1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment