summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorSunil.Kumar <skumar8j@in.ibm.com>2016-07-08 03:07:14 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-12 23:50:52 -0400
commitbbdd6411c57241644e82e6815f3cbfa4e421666d (patch)
treede113da7bcc0ebfa6df754c0ffb1ff4fb461c9f2 /import/chips
parent37f3729616117fead898443a034fae8f0d7feab0 (diff)
downloadtalos-sbe-bbdd6411c57241644e82e6815f3cbfa4e421666d.tar.gz
talos-sbe-bbdd6411c57241644e82e6815f3cbfa4e421666d.zip
Update for p9_sbe_npll_initf
Change-Id: I2d83cd2be2fdd8ae754f51785bcf933d473e4685 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26763 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26764 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips')
-rw-r--r--import/chips/p9/procedures/hwp/perv/p9_sbe_npll_initf.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/perv/p9_sbe_npll_initf.C b/import/chips/p9/procedures/hwp/perv/p9_sbe_npll_initf.C
index 44954499..d4371a7b 100644
--- a/import/chips/p9/procedures/hwp/perv/p9_sbe_npll_initf.C
+++ b/import/chips/p9/procedures/hwp/perv/p9_sbe_npll_initf.C
@@ -68,7 +68,7 @@ fapi2::ReturnCode p9_sbe_npll_initf(const
break;
default:
- FAPI_TRY(false, "Invalid values of ATTR_NEST_PLL_BUCKET")
+ FAPI_TRY(!(fapi2::FAPI2_RC_SUCCESS), "Invalid values of ATTR_NEST_PLL_BUCKET")
}
FAPI_TRY(fapi2::putRing(i_target_chip, ringID, fapi2::RING_MODE_SET_PULSE_NSL));
OpenPOWER on IntegriCloud