projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c578e9a
)
infiniband: nes: Kill unused variable in nes_netdev_start_xmit()
author
David S. Miller
<davem@davemloft.net>
Tue, 26 Apr 2016 19:57:19 +0000
(15:57 -0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 26 Apr 2016 19:57:19 +0000
(15:57 -0400)
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/hw/nes/nes_nic.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/nes/nes_nic.c
b/drivers/infiniband/hw/nes/nes_nic.c
index
b09a6db
..
99cef26
100644
(file)
--- 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;