From: H Hartley Sweeten Date: Tue, 30 Jul 2013 00:48:25 +0000 (-0700) Subject: staging: comedi: usbdux: tidy up usbdux_free_usb_buffers() X-Git-Tag: v3.12-rc1~183^2~393 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71500b272064410a3417ab764aec20572564d68d;p=pandora-kernel.git staging: comedi: usbdux: tidy up usbdux_free_usb_buffers() 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed