summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/uvc_video.c
diff options
context:
space:
mode:
authorMatthew Wilcox2010-05-01 20:20:01 +0200
committerGreg Kroah-Hartman2010-05-20 22:21:41 +0200
commit910f8d0cede74beff1eee93cf9cf2a28d7600e66 (patch)
tree663cd91c3d4ca2a71937b0dcaad51b02cae3c9c6 /drivers/usb/gadget/uvc_video.c
parentUSB: Turn interface_to_usbdev into an inline function (diff)
downloadkernel-qcow2-linux-910f8d0cede74beff1eee93cf9cf2a28d7600e66.tar.gz
kernel-qcow2-linux-910f8d0cede74beff1eee93cf9cf2a28d7600e66.tar.xz
kernel-qcow2-linux-910f8d0cede74beff1eee93cf9cf2a28d7600e66.zip
USB: Change the scatterlist type in struct urb
Change the type of the URB's 'sg' pointer from a usb_sg_request to a scatterlist. This allows drivers to submit scatter-gather lists without using the usb_sg_wait() interface. It has the added benefit of removing the typecasts that were added as part of patch as1368 (and slightly decreasing the number of pointer dereferences). Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Reviewed-by: Alan Stern <stern@rowland.harvard.edu> Tested-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/uvc_video.c')
0 files changed, 0 insertions, 0 deletions