<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23665">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/amd/stoneyridge: Put outl arguments in correct order<br><br>outl takes value then port.<br><br>BUG=b:72130849<br>Test=None<br><br>Change-Id: I010c8a4462e6e27f3d335b95305dfdb137453869<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/soc/amd/stoneyridge/smihandler.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/65/23665/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/amd/stoneyridge/smihandler.c b/src/soc/amd/stoneyridge/smihandler.c</span><br><span>index 7cc8900..2830d18 100644</span><br><span>--- a/src/soc/amd/stoneyridge/smihandler.c</span><br><span>+++ b/src/soc/amd/stoneyridge/smihandler.c</span><br><span>@@ -99,7 +99,7 @@</span><br><span>      case APM_CNT_ACPI_DISABLE:</span><br><span>           reg32 = inl(ACPI_PM1_CNT_BLK);</span><br><span>               reg32 &= ~(1 << 0);   /* clear SCI_EN */</span><br><span style="color: hsl(0, 100%, 40%);">-              outl(ACPI_PM1_CNT_BLK, reg32);</span><br><span style="color: hsl(120, 100%, 40%);">+                outl(reg32, ACPI_PM1_CNT_BLK);</span><br><span>               break;</span><br><span>       case ELOG_GSMI_APM_CNT:</span><br><span>              if (IS_ENABLED(CONFIG_ELOG_GSMI))</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23665">change 23665</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/23665"/><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: I010c8a4462e6e27f3d335b95305dfdb137453869 </div>
<div style="display:none"> Gerrit-Change-Number: 23665 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>