summaryrefslogtreecommitdiffstats
path: root/src/usr/fsiscom/fsiscom.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-02-28 16:00:21 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-03 10:01:25 -0600
commit6dea332771095c9a5891e2e7dea051cfc9e4f22d (patch)
tree6f727701c172375ca33ddf8ad846107660688943 /src/usr/fsiscom/fsiscom.C
parent566f8f2356d148747a00447a06fc6555ca06fc30 (diff)
downloadtalos-hostboot-6dea332771095c9a5891e2e7dea051cfc9e4f22d.tar.gz
talos-hostboot-6dea332771095c9a5891e2e7dea051cfc9e4f22d.zip
Cleaning up some duplicate SRC tags that I noticed. I also changed
some of the constants to make them a little more consistent with some of the other modules. Change-Id: I56d9de9179fe088b46aaa41c6b46e06b6e4ca423 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/704 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Melissa J. Connell <missyc@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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