summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/common/hwasCallout.C2
-rw-r--r--src/usr/hwas/hwasPlatCallout.C7
2 files changed, 2 insertions, 7 deletions
diff --git a/src/usr/hwas/common/hwasCallout.C b/src/usr/hwas/common/hwasCallout.C
index 83f168a29..48f91415a 100644
--- a/src/usr/hwas/common/hwasCallout.C
+++ b/src/usr/hwas/common/hwasCallout.C
@@ -259,7 +259,7 @@ void processCallout(errlHndl_t &io_errl,
// TODO RTC 94872 - Uncomment this later after the FSP team
// implements it.
//
- // errlHndl_t errl = platHandleI2cDeviceCallout(
+ // errl = platHandleI2cDeviceCallout(
// i2cMaster,
// pCalloutUD->engine,
// pCalloutUD->port,
diff --git a/src/usr/hwas/hwasPlatCallout.C b/src/usr/hwas/hwasPlatCallout.C
index ce1ec18b6..c7e34edb6 100644
--- a/src/usr/hwas/hwasPlatCallout.C
+++ b/src/usr/hwas/hwasPlatCallout.C
@@ -202,14 +202,9 @@ errlHndl_t platHandleI2cDeviceCallout(
callOutPriority i_priority,
errlHndl_t &io_errl)
{
- // WARNING:
- // this hostboot code should not change io_errl, unless the caller of the
- // processCallouts() function also changes, as today it (errlentry.C) calls
- // from the errlEntry object
-
errlHndl_t errl = nullptr;
- // hostboot does not yet handle or do any action for i2c callouts
+ // hostboot handling is done in ERRORLOG::addI2cDeviceCallout function
return errl;
}
OpenPOWER on IntegriCloud