commit | ebc1dcf6008e562a8f88a6b1f4a4705f4d4c4fdd | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Mar 22 14:51:04 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 19:38:57 2017 -0700 |
tree | 3edbfe26f81ae82a45b3cd0d8686fa8de05a252c | |
parent | 00ecfb3b34b69dd702dee1bd6de6fc100be384db [diff] |
netvsc: eliminate unnecessary skb == NULL checks Since there already is a special case goto for control messages (skb == NULL) in netvsc_send, there is no need for later checks in same code path. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>