]> git.baikalelectronics.ru Git - kernel.git/commit
usb: gadget: composite: set our req->context to cdev
authorFelipe Balbi <balbi@ti.com>
Thu, 18 Sep 2014 14:54:54 +0000 (09:54 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:00:55 +0000 (10:00 -0600)
commitba54309099e2ecd6c05dcba5e9d43638a9bbd8f0
treeed81cda9c78f6c6b0f5cb6a224bd137e731cd2d3
parentbc2ce1f4ca0eca0ca6979bf39181b09224d9d012
usb: gadget: composite: set our req->context to cdev

by doing that we will be able to match our
requests against req and os_desc_req and also
clear our pending flags from complete callback.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/composite.c