summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/iw_cxgbe/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cxgbe/iw_cxgbe/mem.c')
-rw-r--r--sys/dev/cxgbe/iw_cxgbe/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/iw_cxgbe/mem.c b/sys/dev/cxgbe/iw_cxgbe/mem.c
index e42aa1a..f7e90a5 100644
--- a/sys/dev/cxgbe/iw_cxgbe/mem.c
+++ b/sys/dev/cxgbe/iw_cxgbe/mem.c
@@ -796,7 +796,7 @@ struct ib_fast_reg_page_list *c4iw_alloc_fastreg_pbl(struct ib_device *device,
if (c4pl)
dma_addr = vtophys(c4pl);
else
- return ERR_PTR(-ENOMEM);;
+ return ERR_PTR(-ENOMEM);
pci_unmap_addr_set(c4pl, mapping, dma_addr);
c4pl->dma_addr = dma_addr;
OpenPOWER on IntegriCloud