From f6e625c9f6cfd3a8d1a96f3af1fddfff1b5a059b Mon Sep 17 00:00:00 2001 From: Peter Chen Date: Wed, 15 Jul 2015 13:56:26 +0800 Subject: [PATCH] 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) --- drivers/usb/chipidea/otg_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.17.1