From: Peter Chen Date: Wed, 15 Jul 2015 05:56:26 +0000 (+0800) Subject: MLK-11340-5 usb: chipidea: otg_fsm: delete duplicated controller reset X-Git-Tag: C0P2-H0.0--20200415~4731 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f6e625c9f6cfd3a8d1a96f3af1fddfff1b5a059b;p=linux.git MLK-11340-5 usb: chipidea: otg_fsm: delete duplicated controller reset At host_stop, it will call usb_remove_hcd, and reset controller later. Signed-off-by: Peter Chen (cherry picked from commit b574ec92b3fcf70743a7467cfc832c7c1b0fe904) --- diff --git a/drivers/usb/chipidea/otg_fsm.c b/drivers/usb/chipidea/otg_fsm.c index de8e22ec3902..7f9e80061cba 100644 --- a/drivers/usb/chipidea/otg_fsm.c +++ b/drivers/usb/chipidea/otg_fsm.c @@ -1,7 +1,7 @@ /* * otg_fsm.c - ChipIdea USB IP core OTG FSM driver * - * Copyright (C) 2014 Freescale Semiconductor, Inc. + * Copyright (C) 2014-2015 Freescale Semiconductor, Inc. * * Author: Jun Li *