From: Michal Sojka Date: Wed, 24 Sep 2014 20:43:18 +0000 (+0200) Subject: usb: gadget: Introduce usb_gadget_giveback_request() X-Git-Tag: fixes-for-v3.18-merge-window~16^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc2aa5522ab958374d93ef5d2e12df7ee233c91;p=pandora-kernel.git usb: gadget: Introduce usb_gadget_giveback_request() All USB peripheral controller drivers call completion routines directly. This patch adds usb_gadget_giveback_request() which will be used instead of direct invocation in the next patch. The goal here is to have a place where common functionality can be added. Signed-off-by: Michal Sojka Acked-by: Felipe Balbi Tested-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed