]> git.baikalelectronics.ru Git - kernel.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)
commit93142fe0a65c91503a8183d30814341ec8191067
tree28f651d7c08b29c38d11a0bd14ca3edc7fd4baae
parent536019caacb62a23910a46e02197ce77faaa9c6e
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