diff options
-rw-r--r-- | drivers/infiniband/hw/cxgb4/mem.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/hw/cxgb4/mem.c b/drivers/infiniband/hw/cxgb4/mem.c index 993ed1fe7bf6..7f94da1a2437 100644 --- a/drivers/infiniband/hw/cxgb4/mem.c +++ b/drivers/infiniband/hw/cxgb4/mem.c | |||
@@ -759,9 +759,6 @@ struct ib_fast_reg_page_list *c4iw_alloc_fastreg_pbl(struct ib_device *device, | |||
759 | dma_addr_t dma_addr; | 759 | dma_addr_t dma_addr; |
760 | int size = sizeof *c4pl + page_list_len * sizeof(u64); | 760 | int size = sizeof *c4pl + page_list_len * sizeof(u64); |
761 | 761 | ||
762 | if (page_list_len > T4_MAX_FR_DEPTH) | ||
763 | return ERR_PTR(-EINVAL); | ||
764 | |||
765 | c4pl = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, size, | 762 | c4pl = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, size, |
766 | &dma_addr, GFP_KERNEL); | 763 | &dma_addr, GFP_KERNEL); |
767 | if (!c4pl) | 764 | if (!c4pl) |