summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatError.C
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2014-01-23 16:33:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-11 15:34:27 -0600
commit4e25467149ebbbeb60a8656c0bf681d475fd33ab (patch)
tree1ad4507b914f66138b61475021239c12ac13c057 /src/usr/hwas/hwasPlatError.C
parentb7733595ec491960fa6c97f5ad1fb2c47ac5592c (diff)
downloadtalos-hostboot-4e25467149ebbbeb60a8656c0bf681d475fd33ab.tar.gz
talos-hostboot-4e25467149ebbbeb60a8656c0bf681d475fd33ab.zip
cleanup hwas error module/reasoncodes to work with FSP better.
Change-Id: I1ae2fafab64811d6f68f57d437bd5fba16a5d532 CQ: SW239708 Co-req: 910348 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8284 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/hwasPlatError.C')
-rw-r--r--src/usr/hwas/hwasPlatError.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/hwasPlatError.C b/src/usr/hwas/hwasPlatError.C
index 0b63973dc..fa5a3ccb8 100644
--- a/src/usr/hwas/hwasPlatError.C
+++ b/src/usr/hwas/hwasPlatError.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -43,7 +43,7 @@ errlHndl_t hwasError(const uint8_t i_sev,
l_pErr = new ERRORLOG::ErrlEntry(
(ERRORLOG::errlSeverity_t)i_sev, i_modId,
- HWAS_COMP_ID | i_reasonCode,
+ i_reasonCode,
i_user1, i_user2);
l_pErr->collectTrace("HWAS_I");
return l_pErr;
OpenPOWER on IntegriCloud