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@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,