summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c
diff options
context:
space:
mode:
authorKamal Heib <kamalheib1@gmail.com>2019-10-28 17:59:31 +0200
committerJason Gunthorpe <jgg@mellanox.com>2019-11-06 13:30:24 -0400
commitad0593ec8930d2e3fa4252cb7ad666bdfe4ed4f1 (patch)
tree8358489673f67d88f6c2e205dbb79b8a277f6f67 /drivers/infiniband/hw/qedr/main.c
parent6135b71159de3bc66964ad9157f1a62a77590006 (diff)
downloadlinux-ad0593ec8930d2e3fa4252cb7ad666bdfe4ed4f1.tar.gz
linux-ad0593ec8930d2e3fa4252cb7ad666bdfe4ed4f1.tar.bz2
linux-ad0593ec8930d2e3fa4252cb7ad666bdfe4ed4f1.zip
RDMA/qedr: Remove unsupported modify_port callback
There is no need to return always zero for function which is not supported. Fixes: ac1b36e55a51 ("qedr: Add support for user context verbs") Link: https://lore.kernel.org/r/20191028155931.1114-5-kamalheib1@gmail.com Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/qedr/main.c')
-rw-r--r--drivers/infiniband/hw/qedr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c
index 03fd168cccc0..ee47f6ce0c12 100644
--- a/drivers/infiniband/hw/qedr/main.c
+++ b/drivers/infiniband/hw/qedr/main.c
@@ -213,7 +213,6 @@ static const struct ib_device_ops qedr_dev_ops = {
.map_mr_sg = qedr_map_mr_sg,
.mmap = qedr_mmap,
.mmap_free = qedr_mmap_free,
- .modify_port = qedr_modify_port,
.modify_qp = qedr_modify_qp,
.modify_srq = qedr_modify_srq,
.poll_cq = qedr_poll_cq,