summaryrefslogtreecommitdiffstats
path: root/src/usr/fsiscom/fsiscom.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fsiscom/fsiscom.C')
-rw-r--r--src/usr/fsiscom/fsiscom.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fsiscom/fsiscom.C b/src/usr/fsiscom/fsiscom.C
index a88210a7f..a61bfcce2 100644
--- a/src/usr/fsiscom/fsiscom.C
+++ b/src/usr/fsiscom/fsiscom.C
@@ -309,14 +309,14 @@ errlHndl_t fsiScomPerformOp(DeviceFW::OperationType i_opType,
/*@
* @errortype
* @moduleid FSISCOM::MOD_FSISCOM_PERFORMOP
- * @reasoncode FSISCOM::RC_READ_ERROR
+ * @reasoncode FSISCOM::RC_INVALID_OPTYPE
* @userdata1 Operation Type (i_opType) : 0=READ, 1=WRITE
* @userdata2 0
* @devdesc fsiScomPerformOp> Unsupported Operation Type specified
*/
l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
FSISCOM::MOD_FSISCOM_PERFORMOP,
- FSISCOM::RC_READ_ERROR,
+ FSISCOM::RC_INVALID_OPTYPE,
TO_UINT64(i_opType),
0);
OpenPOWER on IntegriCloud