[coreboot-gerrit] Change in coreboot[master]: device/pciexp_device.c: Terminate CLK PM message with newline

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Jul 12 19:19:24 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/20544


Change subject: device/pciexp_device.c: Terminate CLK PM message with newline
......................................................................

device/pciexp_device.c: Terminate CLK PM message with newline

Change-Id: I746e2cc47a83cb04fd404851d3644b8341761022
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/device/pciexp_device.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/20544/1

diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c
index b7ade0a..40c3f8c 100644
--- a/src/device/pciexp_device.c
+++ b/src/device/pciexp_device.c
@@ -132,7 +132,7 @@
 	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);

-- 
To view, visit https://review.coreboot.org/20544
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I746e2cc47a83cb04fd404851d3644b8341761022
Gerrit-Change-Number: 20544
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170712/db433222/attachment.html>


More information about the coreboot-gerrit mailing list