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 ba6be060a476..7914c14478cd 100644 --- a/drivers/infiniband/ulp/isert/ib_isert.c +++ b/drivers/infiniband/ulp/isert/ib_isert.c | |||
@@ -448,7 +448,7 @@ isert_alloc_login_buf(struct isert_conn *isert_conn, | |||
448 | 448 | ||
449 | isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); | 449 | isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL); |
450 | if (!isert_conn->login_rsp_buf) { | 450 | if (!isert_conn->login_rsp_buf) { |
451 | isert_err("Unable to allocate isert_conn->login_rspbuf\n"); | 451 | ret = -ENOMEM; |
452 | goto out_unmap_login_req_buf; | 452 | goto out_unmap_login_req_buf; |
453 | } | 453 | } |
454 | 454 | ||