summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-08-26 13:18:07 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-09-15 16:27:25 -0400
commit3a286ee8ced093e6e0cd07010c12a9f6a5a8fd48 (patch)
tree1c8dd17d9b2cf43d51c94f4718acbde4c05ec607 /src/import/chips/p9/procedures/hwp/nest
parentae742fbc7622f37d42bd892dac67115b85fcf071 (diff)
downloadtalos-hostboot-3a286ee8ced093e6e0cd07010c12a9f6a5a8fd48.tar.gz
talos-hostboot-3a286ee8ced093e6e0cd07010c12a9f6a5a8fd48.zip
Explicitly declare FFDC shared_ptr for space savings
Change-Id: Icb5bddd0e07aa8c98b928829c7381f8a0914051f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28856 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28860 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_fbc_eff_config_links.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_eff_config_links.C b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_eff_config_links.C
index de32dcabe..69fd0559f 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_eff_config_links.C
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_eff_config_links.C
@@ -164,7 +164,7 @@ fapi2::ReturnCode p9_fbc_eff_config_links_query_endp(
FAPI_DBG("Start");
// A/X link ID for local end
- uint8_t l_loc_link_id;
+ uint8_t l_loc_link_id = 0;
// remote end target
fapi2::Target<T> l_rem_target;
OpenPOWER on IntegriCloud