summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2016-06-22 07:40:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-23 15:37:32 -0400
commit8122ebea02c491cf83b57101790196e63744db8c (patch)
tree9b9185dda460cccd1c3565cfb8b2ed4b7fd438e1 /src
parent74c5a605f216e78baf8c482f3ff7f7f7568a9312 (diff)
downloadtalos-hostboot-8122ebea02c491cf83b57101790196e63744db8c.tar.gz
talos-hostboot-8122ebea02c491cf83b57101790196e63744db8c.zip
Update p9_io_xbus_pdwn_lanes.C local functions
This commit fixes a mismatch between the parameters of the definition and actual support functions in p9_io_xbus_pdwn_lanes.C. Change-Id: I914d1b2edc294e1e4c480803fd11729a61ecb1dd RTC:134079 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26117 Tested-by: Jenkins Server Reviewed-by: Christopher W. Steffen <cwsteffen@us.ibm.com> Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes <crgeddes@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/26122 Tested-by: FSP CI Jenkins
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/io/p9_io_xbus_pdwn_lanes.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_pdwn_lanes.C b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_pdwn_lanes.C
index 097a3ea41..367d31ad1 100644
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_pdwn_lanes.C
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_xbus_pdwn_lanes.C
@@ -52,11 +52,11 @@
// ----------------------------------------------------------------------------
fapi2::ReturnCode rx_pdwn_lanes(
const fapi2::Target< fapi2::TARGET_TYPE_XBUS >& i_target,
- const uint8_t i_clock_group,
+ const uint8_t& i_clock_group,
const std::vector< uint8_t >& i_bad_lanes);
fapi2::ReturnCode tx_pdwn_lanes(
const fapi2::Target< fapi2::TARGET_TYPE_XBUS >& i_target,
- const uint8_t i_clock_group,
+ const uint8_t& i_clock_group,
const std::vector< uint8_t >& i_bad_lanes);
OpenPOWER on IntegriCloud