<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20544">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device/pciexp_device.c: Terminate CLK PM message with newline<br><br>Change-Id: I746e2cc47a83cb04fd404851d3644b8341761022<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/device/pciexp_device.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/20544/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c<br>index b7ade0a..40c3f8c 100644<br>--- a/src/device/pciexp_device.c<br>+++ b/src/device/pciexp_device.c<br>@@ -132,7 +132,7 @@<br>  u16 lnkctl;<br>   endp_ca = pci_read_config32(endp, endp_cap + PCI_EXP_LNKCAP);<br>         if ((endp_ca & PCI_EXP_CLK_PM) == 0) {<br>-           printk(BIOS_INFO, "PCIE CLK PM is not supported by endpoint");<br>+             printk(BIOS_INFO, "PCIE CLK PM is not supported by endpoint\n");<br>            return;<br>       }<br>     lnkctl = pci_read_config16(endp, endp_cap + PCI_EXP_LNKCTL);<br></pre><p>To view, visit <a href="https://review.coreboot.org/20544">change 20544</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20544"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I746e2cc47a83cb04fd404851d3644b8341761022 </div>
<div style="display:none"> Gerrit-Change-Number: 20544 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>