]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: gadget: dummy_hcd: move the transfer part into its own function
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 9 Jan 2012 12:14:57 +0000 (13:14 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 24 Jan 2012 09:20:36 +0000 (11:20 +0200)
commita04ce20d9f5e9484ed3879e1290bd05933cbbe2a
tree28f651d7c08b29c38d11a0bd14ca3edc7fd4baae
parentc688419141ad6134d7973fcf182e3719e98d7491
usb: gadget: dummy_hcd: move the transfer part into its own function

This patch moves the part of the code which does the bare transfer into
its function. It is a preparion for the implementation of sg support.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/dummy_hcd.c