From: Dave Jones Date: Thu, 6 Mar 2014 20:51:08 +0000 (-0500) Subject: brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path. X-Git-Tag: v3.14-rc8~3^2~21^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc3a8e0b6e10c77798a4f6f711ce66334eda1c4;p=pandora-kernel.git brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path. Commit 1eb4301867 (brcmfmac: fix txglomming scatter-gather packet transfers) added an allocation of an skb via brcmu_pkt_buf_get_skb() but forgot to free it on one of the error paths. Acked-by: Arend van Spriel Signed-off-by: Dave Jones Signed-off-by: John W. Linville --- Reading git-diff-tree failed