usb: dwc3: core: stray statements are removed
No functional change. Stray statements where removed from dwc3 core. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
8ba007a971
commit
5ea921320f
|
@ -553,9 +553,6 @@ err0:
|
||||||
static int dwc3_remove(struct platform_device *pdev)
|
static int dwc3_remove(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
struct dwc3 *dwc = platform_get_drvdata(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->usb2_phy, 1);
|
||||||
usb_phy_set_suspend(dwc->usb3_phy, 1);
|
usb_phy_set_suspend(dwc->usb3_phy, 1);
|
||||||
|
|
Loading…
Reference in New Issue