From: Jack Pham Date: Tue, 2 Feb 2016 18:57:06 +0000 (-0800) Subject: usb: dwc3-msm: Remove POST_INIT notification X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1e50e387dd30974eb42f29b155410a8ba30af51c;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git usb: dwc3-msm: Remove POST_INIT notification This notification for this event is no longer used, so remove it. Signed-off-by: Jack Pham --- diff --git a/drivers/usb/dwc3/dwc3-msm.c b/drivers/usb/dwc3/dwc3-msm.c index b9bb8befe8b5..a969dadb284b 100644 --- a/drivers/usb/dwc3/dwc3-msm.c +++ b/drivers/usb/dwc3/dwc3-msm.c @@ -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)