mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user