Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: dwc3: omap: fix up error path on probe()
Even if pm_runtime_get*() fails, we *MUST* call pm_runtime_put_sync() before disabling PM. While at it, remove superfluous dwc3_omap_disable_irqs() in error path. Signed-off-by: Felipe Balbi <[email protected]> [[email protected]: patch description updates] Signed-off-by: Sekhar Nori <[email protected]>
- Loading branch information