From 4ddf8b19ecb14893cdd81c9c436115d2e182456a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 13:18:18 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 295a6b0e0..ef8f11f9c 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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;