Loading drivers/usb/phy/phy-msm-usb.c +1 −1 Original line number Diff line number Diff line Loading @@ -4734,7 +4734,7 @@ static int msm_otg_probe(struct platform_device *pdev) * pull-down during suspend without any additional * hardware re-work. */ if (motg->pdata->phy_dvdd_always_on) if (motg->pdata->phy_type == SNPS_FEMTO_PHY) motg->caps |= ALLOW_BUS_SUSPEND_WITHOUT_REWORK; wake_lock(&motg->wlock); Loading Loading
drivers/usb/phy/phy-msm-usb.c +1 −1 Original line number Diff line number Diff line Loading @@ -4734,7 +4734,7 @@ static int msm_otg_probe(struct platform_device *pdev) * pull-down during suspend without any additional * hardware re-work. */ if (motg->pdata->phy_dvdd_always_on) if (motg->pdata->phy_type == SNPS_FEMTO_PHY) motg->caps |= ALLOW_BUS_SUSPEND_WITHOUT_REWORK; wake_lock(&motg->wlock); Loading