From: Jia-Ju Bai Date: Mon, 3 Aug 2015 03:18:12 +0000 (+0800) Subject: 3c59x: Fix resource leaks in vortex_open X-Git-Tag: omap-for-v4.3/fixes-merge-window~107^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc09962e24ace45154d0c16024f1eb15700f3e8;p=pandora-kernel.git 3c59x: Fix resource leaks in vortex_open When vortex_up is failed, the skb buffers allocated by __netdev_alloc_skb in vortex_open are not released, which may cause resource leaks. This bug has been submitted before. This patch modifies the error handling code to fix it. Signed-off-by: Jia-Ju Bai Signed-off-by: David S. Miller --- Reading git-diff-tree failed