Loading drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3756,6 +3756,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) return 0; put_dwc3: platform_device_put(mdwc->dwc3); if (mdwc->bus_perf_client) msm_bus_scale_unregister_client(mdwc->bus_perf_client); Loading Loading @@ -3812,6 +3813,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); dbg_event(0xFF, "Remov put", 0); Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3756,6 +3756,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) return 0; put_dwc3: platform_device_put(mdwc->dwc3); if (mdwc->bus_perf_client) msm_bus_scale_unregister_client(mdwc->bus_perf_client); Loading Loading @@ -3812,6 +3813,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); dbg_event(0xFF, "Remov put", 0); Loading