USB: omap_udc: fix omap_udc_start() on 15xx machines
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sat, 24 Nov 2018 22:17:06 +0000 (00:17 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Nov 2018 10:37:56 +0000 (12:37 +0200)
commit6ca6695f576b8453fe68865e84d25946d63b10ad
tree3e8346bda9fe38578587d3caa5919251b24c1ff1
parent99f700366fcea1aa2fa3c49c99f371670c3c62f8
USB: omap_udc: fix omap_udc_start() on 15xx machines

On OMAP 15xx machines there are no transceivers, and omap_udc_start()
always fails as it forgot to adjust the default return value.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/omap_udc.c