From: Larry Finger Date: Mon, 7 Oct 2013 15:10:55 +0000 (-0500) Subject: staging: r8188eu: Fix skb leak in usb_read_port_complete() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~422 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8c609eb0ad5430d99ca59ac503ef457fb9a248;p=pandora-kernel.git staging: r8188eu: Fix skb leak in usb_read_port_complete() In the completion routine for a usb_fill_bulk_urb() call, an skb is leaked whenever the status of the USB transaction is not zero. A call to skb_put() is needed to fix the problem. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed