<p>Tristan Corrick has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30078">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/lynxpoint/pcie.c: Fix a mistake in a comment<br><br>The code annotated by the comment is dealing with root port 7, so update<br>the comment to reflect that. It looks like the comment was copied from<br>the root port 3 case, but not updated.<br><br>Change-Id: I0e27e4453f4c3b2b1b9dffb0c89b71373c6b303e<br>Signed-off-by: Tristan Corrick <tristan@corrick.kiwi><br>---<br>M src/southbridge/intel/lynxpoint/pcie.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/78/30078/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/intel/lynxpoint/pcie.c b/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>index ca76aae..231f3e7 100644</span><br><span>--- a/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>+++ b/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>@@ -394,7 +394,7 @@</span><br><span>                 case 7:</span><br><span>                      if (is_lp)</span><br><span>                           break;</span><br><span style="color: hsl(0, 100%, 40%);">-                  /* Root Port 3 is disabled in config 11b (1x4 links). */</span><br><span style="color: hsl(120, 100%, 40%);">+                      /* Root Port 7 is disabled in config 11b (1x4 links). */</span><br><span>                     if (((rpc.strpfusecfg2 >> 14) & 0x3) == 0x3) {</span><br><span>                             root_port_mark_disable(dev);</span><br><span>                                 return;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30078">change 30078</a>. To unsubscribe, or for help writing mail filters, 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/c/coreboot/+/30078"/><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-Change-Id: I0e27e4453f4c3b2b1b9dffb0c89b71373c6b303e </div>
<div style="display:none"> Gerrit-Change-Number: 30078 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tristan Corrick <tristan@corrick.kiwi> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>