Blob Blame History Raw
From: Bart Van Assche <bart.vanassche@wdc.com>
Date: Tue, 31 Jul 2018 08:08:15 -0700
Subject: rdma/cxgb4: Remove a set-but-not-used variable
Patch-mainline: v4.19-rc1
Git-commit: 7810e09bfba56bc0f2aff705ca7086e6c1f103f6
References: bsc#1104276 FATE#325935

This patch avoids that the following warning is reported when building with
W=1:

drivers/infiniband/hw/cxgb4/cm.c:1860:5: warning: variable 'status' set but not used [-Wunused-but-set-variable]
  u8 status;
     ^~~~~~

Fixes: 6a0b6174d35a ("rdma/cxgb4: Add support for kernel mode SRQ's")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/infiniband/hw/cxgb4/cm.c |    2 --
 1 file changed, 2 deletions(-)

--- a/drivers/infiniband/hw/cxgb4/cm.c
+++ b/drivers/infiniband/hw/cxgb4/cm.c
@@ -1859,10 +1859,8 @@ static void complete_cached_srq_buffers(
 {
 	enum chip_type adapter_type;
 	u32 srqidx;
-	u8 status;
 
 	adapter_type = ep->com.dev->rdev.lldi.adapter_type;
-	status = ABORT_RSS_STATUS_G(be32_to_cpu(srqidx_status));
 	srqidx = ABORT_RSS_SRQIDX_G(be32_to_cpu(srqidx_status));
 
 	/*