Loading drivers/usb/phy/phy-msm-usb.c +1 −1 Original line number Diff line number Diff line Loading @@ -4843,7 +4843,7 @@ static int msm_otg_probe(struct platform_device *pdev) if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY) { if (motg->pdata->otg_control == OTG_PMIC_CONTROL && (!(motg->pdata->mode == USB_OTG) || motg->pdata->pmic_id_irq)) motg->pdata->pmic_id_irq || motg->ext_id_irq)) motg->caps = ALLOW_PHY_POWER_COLLAPSE | ALLOW_PHY_RETENTION; Loading Loading
drivers/usb/phy/phy-msm-usb.c +1 −1 Original line number Diff line number Diff line Loading @@ -4843,7 +4843,7 @@ static int msm_otg_probe(struct platform_device *pdev) if (motg->pdata->phy_type == SNPS_28NM_INTEGRATED_PHY) { if (motg->pdata->otg_control == OTG_PMIC_CONTROL && (!(motg->pdata->mode == USB_OTG) || motg->pdata->pmic_id_irq)) motg->pdata->pmic_id_irq || motg->ext_id_irq)) motg->caps = ALLOW_PHY_POWER_COLLAPSE | ALLOW_PHY_RETENTION; Loading