Loading drivers/usb/phy/phy-msm-usb.c +2 −1 Original line number Diff line number Diff line Loading @@ -4784,7 +4784,7 @@ static int msm_otg_probe(struct platform_device *pdev) * for device mode In this case HUB should be gone * only once out of reset at the boot time and after * that always stay on*/ if (gpio_is_valid(motg->pdata->hub_reset_gpio)) if (gpio_is_valid(motg->pdata->hub_reset_gpio)) { ret = devm_gpio_request(&pdev->dev, motg->pdata->hub_reset_gpio, "qcom,hub-reset-gpio"); Loading @@ -4794,6 +4794,7 @@ static int msm_otg_probe(struct platform_device *pdev) } gpio_direction_output( motg->pdata->hub_reset_gpio, 1); } if (gpio_is_valid(motg->pdata->switch_sel_gpio)) { ret = devm_gpio_request(&pdev->dev, Loading Loading
drivers/usb/phy/phy-msm-usb.c +2 −1 Original line number Diff line number Diff line Loading @@ -4784,7 +4784,7 @@ static int msm_otg_probe(struct platform_device *pdev) * for device mode In this case HUB should be gone * only once out of reset at the boot time and after * that always stay on*/ if (gpio_is_valid(motg->pdata->hub_reset_gpio)) if (gpio_is_valid(motg->pdata->hub_reset_gpio)) { ret = devm_gpio_request(&pdev->dev, motg->pdata->hub_reset_gpio, "qcom,hub-reset-gpio"); Loading @@ -4794,6 +4794,7 @@ static int msm_otg_probe(struct platform_device *pdev) } gpio_direction_output( motg->pdata->hub_reset_gpio, 1); } if (gpio_is_valid(motg->pdata->switch_sel_gpio)) { ret = devm_gpio_request(&pdev->dev, Loading