Message ID | 56CEC119.9000702@dev.mellanox.co.il (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c index 76ff338..4269f22 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.c +++ b/drivers/infiniband/ulp/isert/ib_isert.c @@ -3228,7 +3228,7 @@ isert_beacon_done(struct ib_cq *cq, struct ib_wc *wc) { struct isert_conn *isert_conn = wc->qp->qp_context; - isert_print_wc(wc); + isert_print_wc(wc, "beacon"); isert_info("conn %p completing wait_comp_err\n", isert_conn); complete(&isert_conn->wait_comp_err);