<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30078">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Angel Pons: Looks good to me, approved

</div><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>Reviewed-on: https://review.coreboot.org/c/30078<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Angel Pons <th3fanbus@gmail.com><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;"><span>diff --git a/src/southbridge/intel/lynxpoint/pcie.c b/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>index a7966f1..70bfe18 100644</span><br><span>--- a/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>+++ b/src/southbridge/intel/lynxpoint/pcie.c</span><br><span>@@ -395,7 +395,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: 2 </div>
<div style="display:none"> Gerrit-Owner: Tristan Corrick <tristan@corrick.kiwi> </div>
<div style="display:none"> Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> </div>
<div style="display:none"> Gerrit-Reviewer: Tristan Corrick <tristan@corrick.kiwi> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>