OSDN Git Service

usb: dwc3-msm: Remove POST_INIT notification
authorJack Pham <jackp@codeaurora.org>
Tue, 2 Feb 2016 18:57:06 +0000 (10:57 -0800)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:07:04 +0000 (11:07 -0700)
This notification for this event is no longer used, so remove it.

Signed-off-by: Jack Pham <jackp@codeaurora.org>
drivers/usb/dwc3/dwc3-msm.c

index b9bb8be..a969dad 100644 (file)
@@ -1779,7 +1779,6 @@ static void dwc3_msm_power_collapse_por(struct dwc3_msm *mdwc)
        dwc3_core_init(dwc);
        /* Re-configure event buffers */
        dwc3_event_buffers_setup(dwc);
-       dwc3_msm_notify_event(dwc, DWC3_CONTROLLER_POST_INITIALIZATION_EVENT);
 }
 
 static int dwc3_msm_prepare_suspend(struct dwc3_msm *mdwc)