git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9861b
)
staging: comedi: usbdux: tidy up usbdux_free_usb_buffers()
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Tue, 30 Jul 2013 00:48:25 +0000
(17:48 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:45:01 +0000
(17:45 -0700)
For aesthetics, pass the comedi_device pointer to this function
instead of the private data pointer.
The usb_kill_urb() calls are not needed. All the urbs were unlinked
before this function was called.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found