summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatCallout.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/hwasPlatCallout.C')
-rw-r--r--src/usr/hwas/hwasPlatCallout.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/hwasPlatCallout.C b/src/usr/hwas/hwasPlatCallout.C
index 6a9127d7f..52a5d2b5e 100644
--- a/src/usr/hwas/hwasPlatCallout.C
+++ b/src/usr/hwas/hwasPlatCallout.C
@@ -90,7 +90,7 @@ errlHndl_t platHandleHWCallout(
default:
{
errl = HWAS::theDeconfigGard().createGardRecord(i_pTarget,
- io_errl->plid(),
+ io_errl->eid(),
i_gardErrorType);
break;
}
@@ -106,7 +106,7 @@ errlHndl_t platHandleHWCallout(
{
// call HWAS common function
errl = HWAS::theDeconfigGard().deconfigureTarget(*i_pTarget,
- io_errl->plid());
+ io_errl->eid());
break;
}
case (DELAYED_DECONFIG):
OpenPOWER on IntegriCloud