<p>Werner Zeh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20788">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vendorcode/siemens: Fix typo in hwilib<br><br>The parameter shall be FANStartSpeed instead of FANStartpeed.<br><br>Change-Id: I977da687ba8d9d0bad4c184cd0945ecaa52286ad<br>Signed-off-by: Werner Zeh <werner.zeh@siemens.com><br>---<br>M src/vendorcode/siemens/hwilib/hwilib.c<br>M src/vendorcode/siemens/hwilib/hwilib.h<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/20788/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c<br>index 08e8da9..0d4a7a0 100644<br>--- a/src/vendorcode/siemens/hwilib/hwilib.c<br>+++ b/src/vendorcode/siemens/hwilib/hwilib.c<br>@@ -349,7 +349,7 @@<br>    [FANMaxSpeed] = {<br>             .pos[0] = {.blk_type = BLK_XIB, .offset = 0x40, .len = 2},<br>            .get_field = hwilib_read_bytes },<br>-    [FANStartpeed] = {<br>+   [FANStartSpeed] = {<br>           .pos[0] = {.blk_type = BLK_XIB, .offset = 0x42, .len = 2},<br>            .get_field = hwilib_read_bytes },<br>     [FANSensorDelay] = {<br>diff --git a/src/vendorcode/siemens/hwilib/hwilib.h b/src/vendorcode/siemens/hwilib/hwilib.h<br>index 83fcc8f..9739cf3 100644<br>--- a/src/vendorcode/siemens/hwilib/hwilib.h<br>+++ b/src/vendorcode/siemens/hwilib/hwilib.h<br>@@ -64,7 +64,7 @@<br>      FANHystThreshold,<br>     FANHystCtrl,<br>  FANMaxSpeed,<br>- FANStartpeed,<br>+        FANStartSpeed,<br>        FANSensorDelay,<br>       FANSensorNum,<br>         FANSensorSelect,<br></pre><p>To view, visit <a href="https://review.coreboot.org/20788">change 20788</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/20788"/><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: I977da687ba8d9d0bad4c184cd0945ecaa52286ad </div>
<div style="display:none"> Gerrit-Change-Number: 20788 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Werner Zeh <werner.zeh@siemens.com> </div>