Skip to content

Commit 90fd94e

Browse files
Sinan Kayarafaeljw
authored andcommitted
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 <[email protected]> Acked-by: Bjorn Helgaas <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent a8750dd commit 90fd94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/pci_link.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ static int acpi_pci_link_allocate(struct acpi_pci_link *link)
612612
acpi_isa_irq_penalty[link->irq.active] +=
613613
PIRQ_PENALTY_PCI_USING;
614614

615-
printk(KERN_WARNING PREFIX "%s [%s] enabled at IRQ %d\n",
615+
pr_info("%s [%s] enabled at IRQ %d\n",
616616
acpi_device_name(link->device),
617617
acpi_device_bid(link->device), link->irq.active);
618618
}

0 commit comments

Comments
 (0)