ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
When ACPI Link object is enabled, the message is printed with a warning prefix. Some test tools are capturing warning and test error types as errors. Let's reduce the verbosity of success case. Signed-off-by: Sinan Kaya <okaya@codeaurora.org> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Родитель
a8750ddca9
Коммит
90fd94e4ab
|
@ -612,7 +612,7 @@ static int acpi_pci_link_allocate(struct acpi_pci_link *link)
|
||||||
acpi_isa_irq_penalty[link->irq.active] +=
|
acpi_isa_irq_penalty[link->irq.active] +=
|
||||||
PIRQ_PENALTY_PCI_USING;
|
PIRQ_PENALTY_PCI_USING;
|
||||||
|
|
||||||
printk(KERN_WARNING PREFIX "%s [%s] enabled at IRQ %d\n",
|
pr_info("%s [%s] enabled at IRQ %d\n",
|
||||||
acpi_device_name(link->device),
|
acpi_device_name(link->device),
|
||||||
acpi_device_bid(link->device), link->irq.active);
|
acpi_device_bid(link->device), link->irq.active);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче