linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled
@ 2018-01-16 18:51 Sinan Kaya
  2018-01-16 18:53 ` Sinan Kaya
  0 siblings, 1 reply; 7+ messages in thread
From: Sinan Kaya @ 2018-01-16 18:51 UTC (permalink / raw)
  To: linux-acpi, timur
  Cc: linux-arm-msm, linux-arm-kernel, linux-pci, Sinan Kaya,
	Rafael J. Wysocki, Len Brown, linux-kernel

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>
---
 drivers/acpi/pci_link.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c
index bc3d914..85ad679 100644
--- a/drivers/acpi/pci_link.c
+++ b/drivers/acpi/pci_link.c
@@ -612,7 +612,7 @@ static int acpi_pci_link_allocate(struct acpi_pci_link *link)
 			acpi_isa_irq_penalty[link->irq.active] +=
 				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_bid(link->device), link->irq.active);
 	}
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-04 13:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16 18:51 [PATCH] ACPI/PCI: pci_link: reduce verbosity when IRQ is enabled Sinan Kaya
2018-01-16 18:53 ` Sinan Kaya
2018-01-16 21:49   ` Bjorn Helgaas
2018-01-29 19:01     ` Sinan Kaya
2018-02-01  7:32       ` Rafael J. Wysocki
2018-02-04  9:03         ` Rafael J. Wysocki
2018-02-04 13:43           ` okaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).