Loading drivers/usb/dwc3/dwc3-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -1250,10 +1250,8 @@ static int dwc3_msm_prepare_suspend(struct dwc3_msm *mdwc) if (reg & PWR_EVNT_LPM_IN_L2_MASK) break; } if (!(reg & PWR_EVNT_LPM_IN_L2_MASK)) { if (!(reg & PWR_EVNT_LPM_IN_L2_MASK)) dev_err(mdwc->dev, "could not transition HS PHY to L2\n"); return -EBUSY; } /* Clear L2 event bit */ dwc3_msm_write_reg(mdwc->base, PWR_EVNT_IRQ_STAT_REG, Loading Loading
drivers/usb/dwc3/dwc3-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -1250,10 +1250,8 @@ static int dwc3_msm_prepare_suspend(struct dwc3_msm *mdwc) if (reg & PWR_EVNT_LPM_IN_L2_MASK) break; } if (!(reg & PWR_EVNT_LPM_IN_L2_MASK)) { if (!(reg & PWR_EVNT_LPM_IN_L2_MASK)) dev_err(mdwc->dev, "could not transition HS PHY to L2\n"); return -EBUSY; } /* Clear L2 event bit */ dwc3_msm_write_reg(mdwc->base, PWR_EVNT_IRQ_STAT_REG, Loading