commit | 45d49cb706e5d8f0ca5e868118b5d453afbb938f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@kernel.org> | Mon Apr 11 17:12:33 2016 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Apr 18 12:35:17 2016 +0300 |
tree | a5233adec37bed6c21d5475d072be5a9e5ca02cb | |
parent | 138b8638bb43d4b85eeaacde9be9c687cc7e5de7 [diff] |
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 <balbi@kernel.org> [nsekhar@ti.com: patch description updates] Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>