summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/nest
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-03-23 10:56:52 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-05-02 04:07:19 -0400
commit38761089fb386e198ea82ce3a6d3b9cef3720fe7 (patch)
tree26b53cfab5f82a81352a771c751d7a2ca26d9d9d /import/chips/p9/procedures/hwp/nest
parent1fa5766a96abf206c09dcac8ba880c76b24f1ace (diff)
downloadtalos-sbe-38761089fb386e198ea82ce3a6d3b9cef3720fe7.tar.gz
talos-sbe-38761089fb386e198ea82ce3a6d3b9cef3720fe7.zip
Fix for run_ipl for Josh
Change-Id: I653e12aa5d006900d612c197b49b5299fc7b8628 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22393 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: JOSHUA L. HANNAN <jlhannan@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23931 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/hwp/nest')
-rw-r--r--import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H10
1 files changed, 0 insertions, 10 deletions
diff --git a/import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H b/import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H
index 3d812616..c8caeba3 100644
--- a/import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H
+++ b/import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H
@@ -189,11 +189,6 @@ extern"C"
///
inline void setNumLockAttempts(uint8_t i_value)
{
- if (iv_lockPick == false)
- {
- FAPI_ERR("WARNING: Set lock attempts value with lock pick = false");
- }
-
iv_numLockAttempts = i_value;
return;
}
@@ -205,11 +200,6 @@ extern"C"
///
inline const uint8_t getNumLockAttempts(void)
{
- if (iv_lockPick == false)
- {
- FAPI_ERR("WARNING: Lock control is not set, num of lock attempts setting is invalid.");
- }
-
return iv_numLockAttempts;
}
OpenPOWER on IntegriCloud