Skip to content
Commit ebc1dcf6 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

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: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 00ecfb3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment