rdma/cxgb4: Remove a set-but-not-used variable
authorBart Van Assche <bart.vanassche@wdc.com>
Tue, 31 Jul 2018 15:08:15 +0000 (08:08 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 31 Jul 2018 22:57:22 +0000 (16:57 -0600)
commit7810e09bfba56bc0f2aff705ca7086e6c1f103f6
tree76c9f583cad2c5e10c957b1a470ec0e31e712ec5
parent854633165164d19832225ece148370bb9f3b0034
rdma/cxgb4: Remove a set-but-not-used variable

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>
drivers/infiniband/hw/cxgb4/cm.c