summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf
diff options
context:
space:
mode:
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