Fix a transposition error from the previous commit

This commit is contained in:
Scott Long 2019-03-24 19:29:30 +00:00
parent 1382e2a94d
commit 9ceb90b2b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345482

View File

@ -2481,7 +2481,7 @@ mps_intr_locked(void *data)
} else {
cm = &sc->commands[
le16toh(desc->AddressReply.SMID)];
if (cm->cm_state != MPS_MPS_STATE_TIMEDOUT)
if (cm->cm_state != MPS_CM_STATE_TIMEDOUT)
cm->cm_state = MPS_CM_STATE_BUSY;
cm->cm_reply = reply;
cm->cm_reply_data = le32toh(