commit | da96cfc133350024ba68ef3289faeb539ee13872 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Sun May 24 04:27:32 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Tue May 26 10:15:10 2015 -0500 |
tree | 0faffb0f0b60d9eee27d5b511408cfc13b7a9914 | |
parent | ca4de53c522f261e84efb659a07435bd1a5a8828 [diff] |
usb: musb: fix order of conditions for assigning end point operations Currently we always assign one of the two common implementations of ep_offset and ep_select operations, overwriting any platform-specific implementations. Fixes: d026e9c76aac ("usb: musb: Change end point selection to use ...") Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Felipe Balbi <balbi@ti.com>