Loading drivers/usb/host/xhci-msm-hsic.c +4 −0 Original line number Diff line number Diff line Loading @@ -1577,6 +1577,10 @@ static int mxhci_hsic_remove(struct platform_device *pdev) pm_runtime_disable(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_runtime_disable(&hcd->self.root_hub->dev); pm_runtime_barrier(&hcd->self.root_hub->dev); usb_remove_hcd(xhci->shared_hcd); usb_put_hcd(xhci->shared_hcd); Loading Loading
drivers/usb/host/xhci-msm-hsic.c +4 −0 Original line number Diff line number Diff line Loading @@ -1577,6 +1577,10 @@ static int mxhci_hsic_remove(struct platform_device *pdev) pm_runtime_disable(&pdev->dev); pm_runtime_set_suspended(&pdev->dev); pm_runtime_disable(&hcd->self.root_hub->dev); pm_runtime_barrier(&hcd->self.root_hub->dev); usb_remove_hcd(xhci->shared_hcd); usb_put_hcd(xhci->shared_hcd); Loading