remove IPMI_CC
Since IPMI_CC declared in api.h has been gradually deprecated,
this submission will use ipmi::cc in api.hpp instead.
Change-Id: I4de358f8db628269b64f33acc4d6f250e27f6405
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/pcie_i2c.cpp b/pcie_i2c.cpp
index 0a59738..8cde233 100644
--- a/pcie_i2c.cpp
+++ b/pcie_i2c.cpp
@@ -89,7 +89,7 @@
pcie_slot_name.length();
// TODO (jaghu) : Add a way to dynamically receive the MAX_IPMI_BUFFER
- // value and change error to IPMI_CC_REQUESTED_TOO_MANY_BYTES.
+ // value and change error to ipmi::ccRetBytesUnavailable.
if (length > MAX_IPMI_BUFFER)
{
stdplus::print(stderr, "Response would overflow response buffer\n");