summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Joseph <tomjoseph@in.ibm.com>2018-04-26 18:39:47 +0530
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-05-02 22:44:04 +0000
commit3b89654f938519ea8cc208fe38f951dc5d261d04 (patch)
tree7004f898e14638a1b81fad7575a4492580011138
parent1979145da515d0ae258892e357d103334a484aad (diff)
downloadphosphor-host-ipmid-3b89654f938519ea8cc208fe38f951dc5d261d04.tar.gz
phosphor-host-ipmid-3b89654f938519ea8cc208fe38f951dc5d261d04.zip
Remove completion code from the response data structure
The completion code is the return parameter for the registered functions so should not be part of the response structure. Client applications like ipmitool will get the size wrong. Change-Id: Ibe082096f5002948f01636c6dfd7e54fadced2ef Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
-rw-r--r--storagehandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storagehandler.h b/storagehandler.h
index 009b281..2e8f1fc 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -68,7 +68,6 @@ struct FruInvenAreaInfoRequest
*/
struct FruInvenAreaInfoResponse
{
- uint8_t completionCode; ///< Completion code
uint8_t sizels; ///< Fru Inventory area size in bytes, LS Byte
uint8_t sizems; ///< Fru Inventory are size in bytes, MS Byte
uint8_t access; ///< 0b Devices is accessed by bytes, 1b - by words
OpenPOWER on IntegriCloud