Loading drivers/usb/phy/phy-msm-usb.c +2 −1 Original line number Diff line number Diff line Loading @@ -2522,6 +2522,7 @@ static void msm_chg_detect_work(struct work_struct *w) * due to which charger detection fails in case of PET. * Add delay of 100 microsec to avoid that. */ if (aca_enabled()) udelay(100); msm_chg_enable_aca_intr(motg); dev_dbg(phy->dev, "chg_type = %s\n", Loading Loading
drivers/usb/phy/phy-msm-usb.c +2 −1 Original line number Diff line number Diff line Loading @@ -2522,6 +2522,7 @@ static void msm_chg_detect_work(struct work_struct *w) * due to which charger detection fails in case of PET. * Add delay of 100 microsec to avoid that. */ if (aca_enabled()) udelay(100); msm_chg_enable_aca_intr(motg); dev_dbg(phy->dev, "chg_type = %s\n", Loading