From: Mark Einon Date: Thu, 11 Sep 2014 21:59:40 +0000 (+0100) Subject: staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet X-Git-Tag: fixes-for-v3.18-merge-window~15^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=701b943e5cbcbaeb9d86947d9822f41755b1fe49;p=pandora-kernel.git staging: et131x: In et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet Memory allocation errors do not denote NETDEV_TX_BUSY, simply drop the packet silently with kfree_skb() and return NETDEV_TX_OK. Also remove this item from the TODO list. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed