[coreboot-gerrit] Change in coreboot[master]: vendorcode/siemens: Fix typo in hwilib

Werner Zeh (Code Review) gerrit at coreboot.org
Thu Jul 27 13:59:27 CEST 2017


Werner Zeh has uploaded this change for review. ( https://review.coreboot.org/20788


Change subject: vendorcode/siemens: Fix typo in hwilib
......................................................................

vendorcode/siemens: Fix typo in hwilib

The parameter shall be FANStartSpeed instead of FANStartpeed.

Change-Id: I977da687ba8d9d0bad4c184cd0945ecaa52286ad
Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
---
M src/vendorcode/siemens/hwilib/hwilib.c
M src/vendorcode/siemens/hwilib/hwilib.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/20788/1

diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c
index 08e8da9..0d4a7a0 100644
--- a/src/vendorcode/siemens/hwilib/hwilib.c
+++ b/src/vendorcode/siemens/hwilib/hwilib.c
@@ -349,7 +349,7 @@
 	[FANMaxSpeed] = {
 		.pos[0] = {.blk_type = BLK_XIB, .offset = 0x40, .len = 2},
 		.get_field = hwilib_read_bytes },
-	[FANStartpeed] = {
+	[FANStartSpeed] = {
 		.pos[0] = {.blk_type = BLK_XIB, .offset = 0x42, .len = 2},
 		.get_field = hwilib_read_bytes },
 	[FANSensorDelay] = {
diff --git a/src/vendorcode/siemens/hwilib/hwilib.h b/src/vendorcode/siemens/hwilib/hwilib.h
index 83fcc8f..9739cf3 100644
--- a/src/vendorcode/siemens/hwilib/hwilib.h
+++ b/src/vendorcode/siemens/hwilib/hwilib.h
@@ -64,7 +64,7 @@
 	FANHystThreshold,
 	FANHystCtrl,
 	FANMaxSpeed,
-	FANStartpeed,
+	FANStartSpeed,
 	FANSensorDelay,
 	FANSensorNum,
 	FANSensorSelect,

-- 
To view, visit https://review.coreboot.org/20788
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I977da687ba8d9d0bad4c184cd0945ecaa52286ad
Gerrit-Change-Number: 20788
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh at siemens.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170727/093d5677/attachment.html>


More information about the coreboot-gerrit mailing list