Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENGR00277805-2 usb: chipidea: udc: Consolidate the call of disconnect
The udc-core will call gadget's driver->disconnect, so we should avoid calling gadget's disconnect again at ci_udc_stop in case the gadget's unbind free some structs which is still used at gadget's disconnect. Tested-by: Marek Vasut <[email protected]> Signed-off-by: Peter Chen <[email protected]>
- Loading branch information