From caa0f8a5bd325ad11fc7974f10b5642666e3c5e9 Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Wed, 30 May 2018 09:37:40 -0500 Subject: Fix function name of p9c_query_channel_failure Change-Id: Ie93037ad42e9b35945424c1b0f087c64ac853843 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59546 Reviewed-by: Zane C. Shelley Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Caleb N. Palmer Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59577 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- .../chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C index 8896b0e0e..b0a4e9837 100644 --- a/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C @@ -131,7 +131,7 @@ constexpr uint8_t L_CHIFIR_CFG0_ASSOCIATION[][3] = * * @return FAPI2_RC_SUCCESS on success, error otherwise */ -fapi2::ReturnCode p9_query_channel_failure( +fapi2::ReturnCode p9c_query_channel_failure( const fapi2::Target& i_tgt, bool& o_failed ) { -- cgit v1.2.1