Loading drivers/usb/dwc3/dwc3-msm.c +13 −11 Original line number Diff line number Diff line Loading @@ -3374,6 +3374,7 @@ static int dwc3_msm_suspend(struct dwc3_msm *mdwc, bool force_power_collapse, dwc3_msm_update_bus_bw(mdwc, BUS_VOTE_NONE); if (!mdwc->in_restart) { /* * release wakeup source with timeout to defer system suspend to * handle case where on USB cable disconnect, SUSPEND and DISCONNECT Loading @@ -3386,6 +3387,7 @@ static int dwc3_msm_suspend(struct dwc3_msm *mdwc, bool force_power_collapse, } else { pm_relax(mdwc->dev); } } atomic_set(&dwc->in_lpm, 1); Loading Loading
drivers/usb/dwc3/dwc3-msm.c +13 −11 Original line number Diff line number Diff line Loading @@ -3374,6 +3374,7 @@ static int dwc3_msm_suspend(struct dwc3_msm *mdwc, bool force_power_collapse, dwc3_msm_update_bus_bw(mdwc, BUS_VOTE_NONE); if (!mdwc->in_restart) { /* * release wakeup source with timeout to defer system suspend to * handle case where on USB cable disconnect, SUSPEND and DISCONNECT Loading @@ -3386,6 +3387,7 @@ static int dwc3_msm_suspend(struct dwc3_msm *mdwc, bool force_power_collapse, } else { pm_relax(mdwc->dev); } } atomic_set(&dwc->in_lpm, 1); Loading