summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-04-01 10:40:17 -0500
committerNicholas E. Bofferding <bofferdn@us.ibm.com>2019-04-03 09:52:25 -0500
commit1b5381224824a0f0fc67f86dc39624328ef87203 (patch)
tree76151bb13b29f40a612ff41522ede768c8d1aef0 /src/usr/i2c/i2c.C
parent201a39f54be6ac246e72819ee8171dec90bdaf6f (diff)
downloadtalos-hostboot-1b5381224824a0f0fc67f86dc39624328ef87203.tar.gz
talos-hostboot-1b5381224824a0f0fc67f86dc39624328ef87203.zip
Cleanup UCD Update Algorithm Code
This commit converts previous asserts to valid error log calls while also updating some traces to the UCD update algorithm procedure. Change-Id: I4579d1eb602bbcb35ef9fd01131178d24007727a RTC:205979 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75323 Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 850f841cd..35e5fccf8 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -1596,7 +1596,7 @@ errlHndl_t i2cCommonOp( DeviceFW::OperationType i_opType,
{
TRACUCOMP(g_trac_i2c, INFO_MRK
"I2C SMBUS Block Write: Command code = 0x%02X, "
- "Use PEC = %d. io_buflen = %d",
+ "Use PEC = %d. io_buflen = %lu",
i_args.smbus.commandCode,
i_args.smbus.usePec, io_buflen);
OpenPOWER on IntegriCloud