From: Michal Sojka Date: Wed, 24 Sep 2014 20:43:19 +0000 (+0200) Subject: usb: gadget: Refactor request completion X-Git-Tag: fixes-for-v3.18-merge-window~16^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304f7e5e1d08fa2f5674c1323bd0ebd806c86b81;p=pandora-kernel.git usb: gadget: Refactor request completion Use the recently introduced usb_gadget_giveback_request() in favor of direct invocation of the completion routine. All places in drivers/usb/ matching "[-.]complete(" were replaced with a call to usb_gadget_giveback_request(). This was compile-tested with all ARM drivers enabled and runtime-tested for musb. Signed-off-by: Michal Sojka Acked-by: Felipe Balbi Tested-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed