usb: musb: Fix platform code being unable to override ep access ops
authorHans de Goede <hdegoede@redhat.com>
Fri, 20 Mar 2015 19:11:14 +0000 (20:11 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 26 May 2015 15:47:13 +0000 (10:47 -0500)
commit47a82730b54c2757ca5c89a82a9727ca0129af9d
tree7603a178dcef2e7d959573d55c10a1e184f28461
parentbe780381772909ba4a89805945995b9f10c59ca8
usb: musb: Fix platform code being unable to override ep access ops

musb-core was setting the ops to the default indexed or flat handlers after
checking for platform overrides. Reverse the order of this so that platform
overrides actually work.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c