From 38761089fb386e198ea82ce3a6d3b9cef3720fe7 Mon Sep 17 00:00:00 2001 From: "CHRISTINA L. GRAVES" Date: Wed, 23 Mar 2016 10:56:52 -0500 Subject: 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 Reviewed-by: JOSHUA L. HANNAN Reviewed-by: Joseph J. McGill Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23931 Reviewed-by: Sachin Gupta --- import/chips/p9/procedures/hwp/nest/p9_adu_coherent_utils.H | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'import/chips/p9/procedures/hwp/nest') 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; } -- cgit v1.2.1