Loading drivers/usb/dwc3/core.c +0 −3 Original line number Diff line number Diff line Loading @@ -553,9 +553,6 @@ static int dwc3_probe(struct platform_device *pdev) static int dwc3_remove(struct platform_device *pdev) { struct dwc3 *dwc = platform_get_drvdata(pdev); struct resource *res; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); usb_phy_set_suspend(dwc->usb2_phy, 1); usb_phy_set_suspend(dwc->usb3_phy, 1); Loading Loading
drivers/usb/dwc3/core.c +0 −3 Original line number Diff line number Diff line Loading @@ -553,9 +553,6 @@ static int dwc3_probe(struct platform_device *pdev) static int dwc3_remove(struct platform_device *pdev) { struct dwc3 *dwc = platform_get_drvdata(pdev); struct resource *res; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); usb_phy_set_suspend(dwc->usb2_phy, 1); usb_phy_set_suspend(dwc->usb3_phy, 1); Loading