summaryrefslogtreecommitdiff
path: root/drivers/usb/class
diff options
context:
space:
mode:
authorThomas Pugliese <thomas.pugliese@gmail.com>2013-08-15 14:37:42 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-15 17:36:27 -0700
commit79731cbd783d3693d4b84731e3cfc79b9f828170 (patch)
treefbddbce062055bdc3d02d5d1c8bd9db294c02ead /drivers/usb/class
parent11b1bf81bf68cab0ad7d7d4d08dbfb236d5cbcaa (diff)
downloadlinux-rt-79731cbd783d3693d4b84731e3cfc79b9f828170.tar.gz
USB: WUSBCORE: fix leak of urb in wa_xfer_destroy.
The check to free the URB was the opposite of the correct case. This patch removes the check altogether since the ptr will be NULL if the URB was not allocated. Also use usb_free_urb instead of usb_put_urb. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/class')
0 files changed, 0 insertions, 0 deletions