summaryrefslogtreecommitdiffstats
path: root/sbe/hwpf
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2016-07-25 01:39:20 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-25 02:55:34 -0400
commitb235ca287926f34dc42672e90a65afbb3bc30c26 (patch)
tree2305bf5fcfd30ed90d5676cd3aa83d8c6d1840b8 /sbe/hwpf
parent8e7ea62025f3208957d53cf1735fbe2019d80a73 (diff)
downloadtalos-sbe-b235ca287926f34dc42672e90a65afbb3bc30c26.tar.gz
talos-sbe-b235ca287926f34dc42672e90a65afbb3bc30c26.zip
Remove SBE_TRACE from putRing inline function.
Change-Id: I7049ac2dc0847151b976f35d31e68fed46abb94a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27423 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/hwpf')
-rw-r--r--sbe/hwpf/include/hw_access.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbe/hwpf/include/hw_access.H b/sbe/hwpf/include/hw_access.H
index e7ed9e51..9cca1c00 100644
--- a/sbe/hwpf/include/hw_access.H
+++ b/sbe/hwpf/include/hw_access.H
@@ -283,13 +283,11 @@ __fapi2exit__:
const RingID i_ringID,
const RingMode i_ringMode)
{
- SBE_TRACE(">> putRing");
ReturnCode l_rc = FAPI2_RC_SUCCESS;
// Find the RS4 string in the SEEPROM
l_rc = findRS4InImageAndApply(i_target, i_ringID, i_ringMode);
- SBE_TRACE("<< putRing");
return l_rc;
}
OpenPOWER on IntegriCloud