From: Vitaly Kuznetsov Date: Wed, 8 Apr 2015 15:54:05 +0000 (+0200) Subject: hv_netvsc: use single existing drop path in netvsc_start_xmit X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981a1bd85a959bb3b44e07c212ebc61c62ad7cf9;p=pandora-kernel.git hv_netvsc: use single existing drop path in netvsc_start_xmit ... which validly uses dev_kfree_skb_any() instead of dev_kfree_skb(). Setting ret to -EFAULT and -ENOMEM have no real meaning here (we need to set it to anything but -EAGAIN) as we drop the packet and return NETDEV_TX_OK anyway. Signed-off-by: Vitaly Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed