linux/drivers/infiniband/hw/qedr
Dan Carpenter 89fd2576cb RDMA/qedr: Missing error code in qedr_init_user_queue()
We should return -ENOMEM if the kzalloc() fails.  We currently return
success.

Fixes: 69ad0e7fe8 ("RDMA/qedr: Add support for iWARP in user space")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-08-28 20:34:40 -04:00
..
Kconfig
main.c RDMA/qedr: Add iWARP connection management functions 2017-08-18 12:27:14 -04:00
Makefile RDMA/qedr: Add iWARP connection management qp related callbacks 2017-08-18 12:26:38 -04:00
qedr_hsi_rdma.h RDMA/qedr: Add support for read with invalidate, supported in iWARP 2017-08-18 12:25:42 -04:00
qedr_iw_cm.c RDMA/qedr: Add iWARP connection management functions 2017-08-18 12:27:14 -04:00
qedr_iw_cm.h RDMA/qedr: Add iWARP connection management functions 2017-08-18 12:27:14 -04:00
qedr_roce_cm.c RDMA/qedr: Rename the qedr_cm file as a preparation for iWARP support 2017-08-18 12:25:18 -04:00
qedr_roce_cm.h RDMA/qedr: Rename the qedr_cm file as a preparation for iWARP support 2017-08-18 12:25:18 -04:00
qedr.h RDMA/qedr: Add iWARP connection management functions 2017-08-18 12:27:14 -04:00
verbs.c RDMA/qedr: Missing error code in qedr_init_user_queue() 2017-08-28 20:34:40 -04:00
verbs.h RDMA/qedr: Add support for registering an iWARP device 2017-08-18 12:25:42 -04:00