2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-05 20:24:09 +08:00
linux-next/drivers/infiniband/hw/bnxt_re
Leon Romanovsky e32d2d7144 RDMA/bnxt_re: Remove unused vlan_tag variable
The Broadcom driver produces the following compilation warning

drivers/infiniband/hw/bnxt_re/ib_verbs.c:
	In function ‘bnxt_re_create_ah’:
drivers/infiniband/hw/bnxt_re/ib_verbs.c:668:6:
	warning: variable ‘vlan_tag’ set but not used [-Wunused-but-set-variable]
	u16 vlan_tag;

Let's remove it till vlan_tag will be implemented properly.

Cc: Selvin Xavier <selvin.xavier@broadcom.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-11-13 13:53:22 -05:00
..
bnxt_re.h bnxt_re: Remove RTNL lock dependency in bnxt_re_query_port 2017-09-22 13:57:33 -04:00
hw_counters.c RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
hw_counters.h RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
ib_verbs.c RDMA/bnxt_re: Remove unused vlan_tag variable 2017-11-13 13:53:22 -05:00
ib_verbs.h RDMA/bnxt_re: Delete unsupported modify_port function 2017-07-24 08:44:46 -04:00
Kconfig bnxt_re: add MAY_USE_DEVLINK dependency 2017-07-29 14:17:48 -07:00
main.c bnxt_re: Implement the shutdown hook of the L2-RoCE driver interface 2017-10-25 15:25:08 -04:00
Makefile RDMA/bnxt_re: Implement the alloc/get_hw_stats callback 2017-08-18 15:08:30 -04:00
qplib_fp.c RDMA/bnxt_re: Remove set-but-not-used variables 2017-10-14 20:47:05 -04:00
qplib_fp.h RDMA/bnxt_re: Allocate multiple notification queues 2017-08-18 15:08:30 -04:00
qplib_rcfw.c bnxt_re: Fix incorrect usage of test_bit() 2017-10-18 10:24:12 -04:00
qplib_rcfw.h bnxt_re: Fix incorrect usage of test_bit() 2017-10-18 10:24:12 -04:00
qplib_res.c RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
qplib_res.h bnxt_re: Make room for mapping beyond 32 entries 2017-10-18 10:24:13 -04:00
qplib_sp.c RDMA/bnxt_re: Remove set-but-not-used variables 2017-10-14 20:47:05 -04:00
qplib_sp.h RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configured 2017-07-24 08:45:12 -04:00
roce_hsi.h bnxt_re: Make room for mapping beyond 32 entries 2017-10-18 10:24:13 -04:00