diff --git a/iscsi-scst/kernel/isert-scst/iser_pdu.c b/iscsi-scst/kernel/isert-scst/iser_pdu.c index eeecc2f2e..ef4c60e28 100644 --- a/iscsi-scst/kernel/isert-scst/iser_pdu.c +++ b/iscsi-scst/kernel/isert-scst/iser_pdu.c @@ -458,9 +458,6 @@ int isert_rx_pdu_done(struct isert_cmnd *pdu) if (++isert_conn->to_post_recv > isert_conn->repost_threshold) { err = isert_post_recv(isert_conn, isert_conn->post_recv_first, isert_conn->to_post_recv); - if (unlikely(err)) - pr_err("Failed to post recv err:%d\n", err); - isert_conn->to_post_recv = 0; } spin_unlock(&isert_conn->post_recv_lock);