ib_srpt: Clean up an error message

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6099 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-02-16 13:18:18 +00:00
parent 585df7c5f6
commit 4ddf8b19ec

View File

@@ -1529,7 +1529,7 @@ static void srpt_handle_rdma_comp(struct srpt_rdma_ch *ch,
SRPT_STATE_DATA_IN))
scst_rx_data(cmd, SCST_RX_STATUS_SUCCESS, context);
else
pr_err("%s: wrong ioctx state %d\n", __func__,
pr_err("%s: wrong ioctx state %d\n", __func__,
ioctx->state);
} else if (opcode == SRPT_RDMA_ABORT) {
ioctx->rdma_aborted = true;