commit | 7c55def6d11c2c23f3cac6a5cd929e021ca31f93 | [log] [tgz] |
---|---|---|
author | James Feist <james.feist@linux.intel.com> | Tue Jun 25 12:21:08 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Tue Jun 25 20:23:31 2019 +0000 |
tree | c00273478e44a0de046bfc86acd4d5d55d1d7971 | |
parent | 665267ca954b8f328d13637a688864de7ca3c993 [diff] |
Fix bad spacing Delete space in sensor match. Tested: Clamp can be applied Change-Id: Ic9651c85f1a65b3f33b06187482645cc64eb883e Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/Flextronics S-1100ADU00-201 PSU.json b/configurations/Flextronics S-1100ADU00-201 PSU.json index 2113618..84a11a7 100644 --- a/configurations/Flextronics S-1100ADU00-201 PSU.json +++ b/configurations/Flextronics S-1100ADU00-201 PSU.json
@@ -15,7 +15,7 @@ "ILimitMax": 0.0, "ILimitMin": 0.0, "Inputs": [ - "PSU $ADDRESS % 4 + 1 Fan Speed 1" + "PSU$ADDRESS % 4 + 1 Fan Speed 1" ], "Name": "PSU$ADDRESS % 4 + 1 Fan 1", "NegativeHysteresis": 2.0,