summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2013-06-07 10:03:31 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-11 09:20:27 -0500
commitcb9f045d4caaf7a5c8cbdd2ea709bc647ba6c3cc (patch)
tree72d9b58d75269b81b7c0b8be785e48439853b71f /src/usr/diag/prdf
parent5e51cb6bdfef5f1e6b4a38c015309fed3db9aa09 (diff)
downloadtalos-hostboot-cb9f045d4caaf7a5c8cbdd2ea709bc647ba6c3cc.tar.gz
talos-hostboot-cb9f045d4caaf7a5c8cbdd2ea709bc647ba6c3cc.zip
PRD: Switch order of params in getVpdFailedLanes
Change-Id: Ib94a94f0545d149ca2795a66b51532ffea0a3588 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4891 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4939
Diffstat (limited to 'src/usr/diag/prdf')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
index 0d77d3aaa..696761ab1 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
+++ b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.C
@@ -193,8 +193,8 @@ int32_t getVpdFailedLanes(TargetHandle_t i_rxBusTgt,
PRD_FAPI_TO_ERRL(err,
erepairGetFailedLanes,
getFapiTarget(i_rxBusTgt),
- o_rxFailLanes,
- o_txFailLanes);
+ o_txFailLanes,
+ o_rxFailLanes);
if(NULL != err)
{
OpenPOWER on IntegriCloud