]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance
authorGeert Uytterhoeven <geert+renesas@glider.be>
Sun, 25 Oct 2015 10:09:34 +0000 (11:09 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Oct 2015 00:18:18 +0000 (05:48 +0530)
commitfbc6262ceb5f3102c70675058e95f60812f21350
treebd4b71305293f27c332fb64b1d9886f69d63831f
parent327ef38790e660288de47ace0af735c40d2982bd
dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalance

If the call to pm_runtime_get_sync() failed, Runtime PM was left
enabled.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sh/usb-dmac.c