From: Jon Mason Date: Sat, 19 Jan 2013 09:02:31 +0000 (-0700) Subject: ntb_netdev: correct skb leak X-Git-Tag: v3.9-rc1~124^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765ccc7bc3d913e18b887a86de1e86db701a2d78;p=pandora-kernel.git ntb_netdev: correct skb leak If ntb_netdev is unable to pass a new skb to the ntb transport for future rx packets, it should free the newly alloc'ed skb in the error case. Found by Kernel memory leak detector. Signed-off-by: Jon Mason Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed