staging: r8188eu: Fix skb leak in usb_read_port_complete()
authorLarry Finger <Larry.Finger@lwfinger.net>
Mon, 7 Oct 2013 15:10:55 +0000 (10:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Oct 2013 01:59:55 +0000 (18:59 -0700)
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 <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found