mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 06:32:50 +00:00
infiniband: nes: Kill unused variable in nes_netdev_start_xmit()
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c578e9ab4c
commit
4e095a9a6e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user