summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/fapiPlatHwAccess.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatHwAccess.C')
-rw-r--r--src/usr/hwpf/plat/fapiPlatHwAccess.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatHwAccess.C b/src/usr/hwpf/plat/fapiPlatHwAccess.C
index d1058520c..0ca263589 100644
--- a/src/usr/hwpf/plat/fapiPlatHwAccess.C
+++ b/src/usr/hwpf/plat/fapiPlatHwAccess.C
@@ -42,7 +42,7 @@ fapi::ReturnCode GetScom(const fapi::Target& i_target,
// Add the error log pointer as data to the ReturnCode
FAPI_ERR("GetScom: HostBoot GetScom returns error");
l_rc = fapi::FAPI_RC_PLAT_ERR_SEE_DATA;
- l_rc.setData(reinterpret_cast<void *> (l_err));
+ l_rc.setPlatData(reinterpret_cast<void *> (l_err));
}
else
{
@@ -79,7 +79,7 @@ fapi::ReturnCode PutScom(const fapi::Target& i_target,
// Add the error log pointer as data to the ReturnCode
FAPI_ERR("Putscom: HostBoot Putscom returns error");
l_rc = fapi::FAPI_RC_PLAT_ERR_SEE_DATA;
- l_rc.setData(reinterpret_cast<void *> (l_err));
+ l_rc.setPlatData(reinterpret_cast<void *> (l_err));
}
FAPI_DBG(EXIT_MRK "PutScom");
OpenPOWER on IntegriCloud