summaryrefslogtreecommitdiffstats
path: root/src/usr/util/runtime/rt_fwnotify.C
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2019-07-29 16:57:04 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-07-31 15:59:34 -0500
commit44c6d599b85ac7a9c0a4dea70ea49a7a7916f128 (patch)
tree108ebf06ac9b578d865b14d52858f9da7cc47202 /src/usr/util/runtime/rt_fwnotify.C
parentf9d0c39c1389705f432ce0d4f5bfd121f9a3279f (diff)
downloadtalos-hostboot-44c6d599b85ac7a9c0a4dea70ea49a7a7916f128.tar.gz
talos-hostboot-44c6d599b85ac7a9c0a4dea70ea49a7a7916f128.zip
Replaced invalid trace buffer with a valid one
Replaced the invalid trace buffer "FW_REQ" with valid trace buffer RUNTIME_COMP_NAME in a collectTrace call. Change-Id: I9e75efd1cda4a86781f4075d774df8dcbc00cb8b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81317 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/runtime/rt_fwnotify.C')
-rw-r--r--src/usr/util/runtime/rt_fwnotify.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/util/runtime/rt_fwnotify.C b/src/usr/util/runtime/rt_fwnotify.C
index 754fafac4..5b02584c6 100644
--- a/src/usr/util/runtime/rt_fwnotify.C
+++ b/src/usr/util/runtime/rt_fwnotify.C
@@ -766,7 +766,7 @@ void firmware_notify( uint64_t i_len, void *i_data )
0, 0, false );
}
- l_err->collectTrace( "FW_REQ", 256);
+ l_err->collectTrace(RUNTIME_COMP_NAME, 256);
}
if (l_err)
OpenPOWER on IntegriCloud