summaryrefslogtreecommitdiff
path: root/src/vendorcode/siemens/hwilib/hwilib.c
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2017-07-27 13:43:24 +0200
committerMartin Roth <martinroth@google.com>2017-07-28 16:16:05 +0000
commit909536a666d9f42b4e27e8ce93251d85ef9fcb74 (patch)
tree0546263827f68d62ceeae5f8889f506045e7e4ec /src/vendorcode/siemens/hwilib/hwilib.c
parent4a51ea8470eecabe401b22142fd1bbcb263953f7 (diff)
downloadcoreboot-909536a666d9f42b4e27e8ce93251d85ef9fcb74.tar.xz
vendorcode/siemens: Fix typo in hwilib
The parameter shall be FANStartSpeed instead of FANStartpeed. Change-Id: I977da687ba8d9d0bad4c184cd0945ecaa52286ad Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/20788 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vendorcode/siemens/hwilib/hwilib.c')
-rw-r--r--src/vendorcode/siemens/hwilib/hwilib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c
index 08e8da98ff..0d4a7a0774 100644
--- a/src/vendorcode/siemens/hwilib/hwilib.c
+++ b/src/vendorcode/siemens/hwilib/hwilib.c
@@ -349,7 +349,7 @@ static const struct param_info params[] = {
[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] = {