From 330c46b963f1d688131d136bf74e0e38f2fe922e Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 12 Jul 2017 19:17:56 +0200 Subject: device/pciexp_device.c: Terminate CLK PM message with newline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I746e2cc47a83cb04fd404851d3644b8341761022 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/20544 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/device/pciexp_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index b7ade0ad76..40c3f8c5ee 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -132,7 +132,7 @@ static void pciexp_enable_clock_power_pm(device_t endp, unsigned endp_cap) u16 lnkctl; endp_ca = pci_read_config32(endp, endp_cap + PCI_EXP_LNKCAP); if ((endp_ca & PCI_EXP_CLK_PM) == 0) { - printk(BIOS_INFO, "PCIE CLK PM is not supported by endpoint"); + printk(BIOS_INFO, "PCIE CLK PM is not supported by endpoint\n"); return; } lnkctl = pci_read_config16(endp, endp_cap + PCI_EXP_LNKCTL); -- cgit v1.2.3