Loading drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3735,6 +3735,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) if (cpu_to_affin) unregister_cpu_notifier(&mdwc->dwc3_cpu_notifier); put_dwc3: platform_device_put(mdwc->dwc3); if (mdwc->bus_perf_client) msm_bus_scale_unregister_client(mdwc->bus_perf_client); Loading Loading @@ -3788,6 +3789,7 @@ static int dwc3_msm_remove(struct platform_device *pdev) if (mdwc->hs_phy) mdwc->hs_phy->flags &= ~PHY_HOST_MODE; platform_device_put(mdwc->dwc3); of_platform_depopulate(&pdev->dev); pm_runtime_disable(mdwc->dev); Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3735,6 +3735,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) if (cpu_to_affin) unregister_cpu_notifier(&mdwc->dwc3_cpu_notifier); put_dwc3: platform_device_put(mdwc->dwc3); if (mdwc->bus_perf_client) msm_bus_scale_unregister_client(mdwc->bus_perf_client); Loading Loading @@ -3788,6 +3789,7 @@ static int dwc3_msm_remove(struct platform_device *pdev) if (mdwc->hs_phy) mdwc->hs_phy->flags &= ~PHY_HOST_MODE; platform_device_put(mdwc->dwc3); of_platform_depopulate(&pdev->dev); pm_runtime_disable(mdwc->dev); Loading