From: Russell King Date: Sun, 8 Jan 2012 15:38:15 +0000 (+0000) Subject: NET: sa11x0-ir: fix leak of tx skb X-Git-Tag: v3.4-rc1~83^2^3~9^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba84525bd9015e7dd20f7c97a2a96b0a238b0223;p=pandora-kernel.git NET: sa11x0-ir: fix leak of tx skb Ensure that we unmap and free a pending transmit skb when the interface is stopped. We rearrange the code a little bit to give all places a similar layout when freeing the skb in both the completion and interface stop paths - this gives some consistency to the code. Signed-off-by: Russell King --- Reading git-diff-tree failed