Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198424
b: refs/heads/master
c: 25737bd
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed May 25, 2010
1 parent 675866f commit 3908c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 841dba9a5a0dbced4b4bc240f444d47f30ba6724
refs/heads/master: 25737bd4ca1b58e86efa9211c1717140e0d4910e
3 changes: 0 additions & 3 deletions trunk/drivers/infiniband/hw/cxgb4/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,6 @@ struct ib_fast_reg_page_list *c4iw_alloc_fastreg_pbl(struct ib_device *device,
dma_addr_t dma_addr;
int size = sizeof *c4pl + page_list_len * sizeof(u64);

if (page_list_len > T4_MAX_FR_DEPTH)
return ERR_PTR(-EINVAL);

c4pl = dma_alloc_coherent(&dev->rdev.lldi.pdev->dev, size,
&dma_addr, GFP_KERNEL);
if (!c4pl)
Expand Down

0 comments on commit 3908c7f

Please sign in to comment.