This label was removed by upstream commit
44feb8e6ea2d ("usb: dwc3: use
local copy of resource to fix-up register offset") but we added a new
probe state which needs this error handling label again.
Fixes:
fc0d4039c7bf ("MLK-18922-2 usb: dwc3: add OTG capabilities handling")
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
pm_runtime_put_sync(&pdev->dev);
pm_runtime_disable(&pdev->dev);
+err0:
clk_bulk_disable(dwc->num_clks, dwc->clks);
unprepare_clks:
clk_bulk_unprepare(dwc->num_clks, dwc->clks);