]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dwc2: unify waiting for transfer completion
authorStephen Warren <swarren@wwwdotorg.org>
Sun, 8 Mar 2015 05:48:51 +0000 (22:48 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:07 +0000 (21:47 +0200)
commit55866372bf8e8d20027001df5c06a949272865bc
tree094abf7667f1bf4a6d9034c39cae8bd15d8fd27e
parentdd0dbb99b0764c2f6595eaeeafaeaa8ae7883e1b
usb: dwc2: unify waiting for transfer completion

Lift common code out of submit_bulk_msg() and submit_control_msg().

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
drivers/usb/host/dwc2.c