From: Mitko Haralanov Date: Wed, 3 Feb 2016 22:33:22 +0000 (-0800) Subject: staging/rdma/hfi1: Remove unused code X-Git-Tag: v4.6-rc1~47^2^3~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d413c1a65292189eb729738c549732951a2e50ab;p=platform%2Fkernel%2Flinux-exynos.git staging/rdma/hfi1: Remove unused code This comment and code was unused. Just remove it. Reviewed-by: Ira Weiny Signed-off-by: Mitko Haralanov Signed-off-by: Doug Ledford --- diff --git a/drivers/staging/rdma/hfi1/init.c b/drivers/staging/rdma/hfi1/init.c index ba52ee3..1680808 100644 --- a/drivers/staging/rdma/hfi1/init.c +++ b/drivers/staging/rdma/hfi1/init.c @@ -1526,13 +1526,6 @@ int hfi1_create_rcvhdrq(struct hfi1_devdata *dd, struct hfi1_ctxtdata *rcd) goto bail; } - /* Event mask is per device now and is in hfi1_devdata */ - /*if (rcd->ctxt >= dd->first_user_ctxt) { - rcd->user_event_mask = vmalloc_user(PAGE_SIZE); - if (!rcd->user_event_mask) - goto bail_free_hdrq; - }*/ - if (HFI1_CAP_KGET_MASK(rcd->flags, DMA_RTAIL)) { rcd->rcvhdrtail_kvaddr = dma_zalloc_coherent( &dd->pcidev->dev, PAGE_SIZE, &phys_hdrqtail,