Loading drivers/usb/host/xhci-plat.c +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ static int xhci_plat_remove(struct platform_device *dev) pm_runtime_disable(&dev->dev); device_remove_file(&dev->dev, &dev_attr_config_imod); xhci->xhc_state |= XHCI_STATE_REMOVING; usb_remove_hcd(xhci->shared_hcd); usb_put_hcd(xhci->shared_hcd); Loading Loading
drivers/usb/host/xhci-plat.c +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ static int xhci_plat_remove(struct platform_device *dev) pm_runtime_disable(&dev->dev); device_remove_file(&dev->dev, &dev_attr_config_imod); xhci->xhc_state |= XHCI_STATE_REMOVING; usb_remove_hcd(xhci->shared_hcd); usb_put_hcd(xhci->shared_hcd); Loading