<p>Hannah Williams has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20870">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/braswell: Fix Coverity Error<br><br>Change-Id: I286658a6a4c6832fbd6395440cd5383dc81d3c15<br>Signed-off-by: Hannah Williams <hannah.williams@intel.com><br>---<br>M src/soc/intel/braswell/acpi.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/70/20870/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/braswell/acpi.c b/src/soc/intel/braswell/acpi.c<br>index 7a51816..429a2b7 100644<br>--- a/src/soc/intel/braswell/acpi.c<br>+++ b/src/soc/intel/braswell/acpi.c<br>@@ -570,7 +570,7 @@<br>  /* FIXME if IGD is disabled, we should exit here. */<br> <br>       memcpy(&opregion->header.signature, IGD_OPREGION_SIGNATURE,<br>-           sizeof(IGD_OPREGION_SIGNATURE));<br>+             sizeof(IGD_OPREGION_SIGNATURE) - 1);<br> <br>       /* 8kb */<br>     opregion->header.size = sizeof(igd_opregion_t) / 1024;<br></pre><p>To view, visit <a href="https://review.coreboot.org/20870">change 20870</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/20870"/><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: I286658a6a4c6832fbd6395440cd5383dc81d3c15 </div>
<div style="display:none"> Gerrit-Change-Number: 20870 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hannah Williams <hannah.williams@intel.com> </div>