aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_nic.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-04-26 15:57:19 -0400
committerDavid S. Miller <davem@davemloft.net>2016-04-26 15:57:19 -0400
commit4e095a9a6ee50ba8a9820a4991b6a2a27c67bdb4 (patch)
tree3c9c8c7a0a410fbb13c54d1d0ce7563b8bd67608 /drivers/infiniband/hw/nes/nes_nic.c
parentMerge branch 'netdev_tx_locked-removal' (diff)
downloadlinux-dev-4e095a9a6ee50ba8a9820a4991b6a2a27c67bdb4.tar.xz
linux-dev-4e095a9a6ee50ba8a9820a4991b6a2a27c67bdb4.zip
infiniband: nes: Kill unused variable in nes_netdev_start_xmit()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/infiniband/hw/nes/nes_nic.c')
-rw-r--r--drivers/infiniband/hw/nes/nes_nic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_nic.c b/drivers/infiniband/hw/nes/nes_nic.c
index b09a6db80201..99cef26e74b4 100644
--- a/drivers/infiniband/hw/nes/nes_nic.c
+++ b/drivers/infiniband/hw/nes/nes_nic.c
@@ -478,7 +478,6 @@ static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev)
u32 tso_wqe_length;
u32 curr_tcp_seq;
u32 wqe_count=1;
- u32 send_rc;
struct iphdr *iph;
__le16 *wqe_fragment_length;
u32 nr_frags;