diff options
Diffstat (limited to 'drivers/infiniband/ulp/isert/ib_isert.c')
-rw-r--r-- | drivers/infiniband/ulp/isert/ib_isert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c index 41712f096515..2693129055c1 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.c +++ b/drivers/infiniband/ulp/isert/ib_isert.c | |||
@@ -1587,7 +1587,7 @@ isert_put_nopin(struct iscsi_cmd *cmd, struct iscsi_conn *conn, | |||
1587 | isert_init_tx_hdrs(isert_conn, &isert_cmd->tx_desc); | 1587 | isert_init_tx_hdrs(isert_conn, &isert_cmd->tx_desc); |
1588 | isert_init_send_wr(isert_cmd, send_wr); | 1588 | isert_init_send_wr(isert_cmd, send_wr); |
1589 | 1589 | ||
1590 | pr_debug("Posting NOPIN Reponse IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n"); | 1590 | pr_debug("Posting NOPIN Response IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n"); |
1591 | 1591 | ||
1592 | return isert_post_response(isert_conn, isert_cmd); | 1592 | return isert_post_response(isert_conn, isert_cmd); |
1593 | } | 1593 | } |