commit | 200a569990e1d54b8eed2fa817cbf4ba66fe9350 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Fri Dec 01 11:01:45 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 03 10:10:02 2017 -0500 |
tree | 48ee9506f9407cf4ee6b77026e31443466cfb969 | |
parent | 07a7c494b768aaeaa9f6fb482a41ac5bd1d644ee [diff] |
hv_netvsc: don't need local xmit_more Since skb is always non-NULL in the copy portion of netvsc_send do not need local variable. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>