Loading drivers/usb/host/xhci-plat.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,10 +407,10 @@ static int xhci_plat_remove(struct platform_device *dev) device_remove_file(&dev->dev, &dev_attr_config_imod); device_remove_file(&dev->dev, &dev_attr_config_imod); usb_remove_hcd(shared_hcd); usb_remove_hcd(shared_hcd); xhci->shared_hcd = NULL; usb_phy_shutdown(hcd->usb_phy); usb_phy_shutdown(hcd->usb_phy); usb_remove_hcd(hcd); usb_remove_hcd(hcd); xhci->shared_hcd = NULL; usb_put_hcd(shared_hcd); usb_put_hcd(shared_hcd); clk_disable_unprepare(clk); clk_disable_unprepare(clk); Loading Loading
drivers/usb/host/xhci-plat.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,10 +407,10 @@ static int xhci_plat_remove(struct platform_device *dev) device_remove_file(&dev->dev, &dev_attr_config_imod); device_remove_file(&dev->dev, &dev_attr_config_imod); usb_remove_hcd(shared_hcd); usb_remove_hcd(shared_hcd); xhci->shared_hcd = NULL; usb_phy_shutdown(hcd->usb_phy); usb_phy_shutdown(hcd->usb_phy); usb_remove_hcd(hcd); usb_remove_hcd(hcd); xhci->shared_hcd = NULL; usb_put_hcd(shared_hcd); usb_put_hcd(shared_hcd); clk_disable_unprepare(clk); clk_disable_unprepare(clk); Loading