diff options
author | Wael El-Essawy <welessa@us.ibm.com> | 2017-02-24 12:40:23 -0600 |
---|---|---|
committer | William A. Bryan <wilbryan@us.ibm.com> | 2017-02-27 16:45:58 -0500 |
commit | 77007965fd05df5175b7b56ef6a6410f1b8a47c2 (patch) | |
tree | e89a4fc85196e2c9882f6222a0f8e8f6cc22f0f2 | |
parent | 450a1328e306c4a601b3851190807b5f447fde1f (diff) | |
download | talos-occ-77007965fd05df5175b7b56ef6a6410f1b8a47c2.tar.gz talos-occ-77007965fd05df5175b7b56ef6a6410f1b8a47c2.zip |
Prevent widening clips when when receiving new frequency points
Change-Id: Iae219070a72303f540521729df6c47a93db33fbe
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37020
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
-rwxr-xr-x | src/occ_405/amec/amec_data.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/occ_405/amec/amec_data.c b/src/occ_405/amec/amec_data.c index 816c59e..773b8ae 100755 --- a/src/occ_405/amec/amec_data.c +++ b/src/occ_405/amec/amec_data.c @@ -123,15 +123,6 @@ errlHndl_t AMEC_data_write_fcurr(const OCC_MODE i_mode) g_amec->sys.fmax); } - if(!l_err) - { - // set the clip bounds open (if not in active state) - if(!IS_OCC_STATE_ACTIVE()) - { - pgpe_widen_clip_ranges(CURRENT_STATE()); - } - } - return l_err; } |