dwc3_generic: do not probe the USB device driver when it's bound
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 29 Nov 2018 09:52:44 +0000 (10:52 +0100)
committerMarek Vasut <marex@denx.de>
Fri, 7 Dec 2018 15:31:45 +0000 (16:31 +0100)
commit20bebd866690bb09dd1c1cb8ac674c3b17b63c6d
treed590471ca66e6993971b45521fd017d8e97aecec
parentff8d75583487eb69bcb6f036088d979c76db3753
dwc3_generic: do not probe the USB device driver when it's bound

The driver will be probed when usb_gadget_initialize() is called.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/dwc3/dwc3-generic.c